After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 711009 - h264parse: Remove explicit PAR calculation and use the values provided by h264 codecparser
h264parse: Remove explicit PAR calculation and use the values provided by h26...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-28 13:09 UTC by sreerenj
Modified: 2013-10-31 22:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
h264parse: Remove the explicit PAR calculation based on VUI headers (6.87 KB, patch)
2013-10-28 13:09 UTC, sreerenj
committed Details | Review

Description sreerenj 2013-10-28 13:09:43 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.
Comment 1 Sebastian Dröge (slomo) 2013-10-31 22:01:28 UTC
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