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 664811 - Fix to h264parse to create a correct codecdata
Fix to h264parse to create a correct codecdata
Status: RESOLVED DUPLICATE of bug 653013
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.22
Other Linux
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-25 15:05 UTC by david.soto
Modified: 2011-11-28 11:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix to h264parse to create a correct codecdata (780 bytes, patch)
2011-11-25 15:05 UTC, david.soto
none Details | Review

Description david.soto 2011-11-25 15:05:24 UTC
Created attachment 202131 [details] [review]
Fix to h264parse to create a correct codecdata

The current version of h264parse creates a wrong codecdata parameter since it don't use the correct index to extract information like profile_idc, profile_compability and level_idc from the sequence parameter set (SPS) created by the H264 encoder, causing problems to identify (in the decoder side) the profile that was used to encode the stream, as result the decoder won't be able to decode the stream properly. Attached to this post you will find a patch to solve this problem.
Comment 1 Mark Nauwelaerts 2011-11-28 11:21:43 UTC
Thanks for reporting this bug, but the latest version in git has this already fixed (see also bug #653013).

*** This bug has been marked as a duplicate of bug 653013 ***