GNOME Bugzilla – Bug 711009
h264parse: Remove explicit PAR calculation and use the values provided by h264 codecparser
Last modified: 2013-10-31 22:01:33 UTC
Created attachment 258298 [details] [review] h264parse: Remove the explicit PAR calculation based on VUI headers The PAR calculation based on VUI headers is already doing by the h264 codecparser and we does't need to duplicate those code again in h264 videoparser element.
commit ab3f7d60964cef77e1248f6c479738b05d158837 Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Mon Oct 28 15:04:16 2013 +0200 h264parse: Remove the explicit PAR calculation based on VUI headers The PAR calculation based on VUI headers is already doing by the h264 codecparser and we does't need to duplicate those code. https://bugzilla.gnome.org//show_bug.cgi?id=711009