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 661053 - some patches to gsth264parse.c
some patches to gsth264parse.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-06 08:26 UTC by sreerenj
Modified: 2011-10-06 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gsth264parse.c: minimum size of parsable avcC data should be 8 (842 bytes, patch)
2011-10-06 08:26 UTC, sreerenj
committed Details | Review
Correct the size argument of gst_h264_parser_identify_nalu_avc(). (1.29 KB, patch)
2011-10-06 08:26 UTC, sreerenj
committed Details | Review

Description sreerenj 2011-10-06 08:26:01 UTC
Created attachment 198408 [details] [review]
gsth264parse.c: minimum size of parsable avcC data should be 8

Some patches to h264parse:

patch1: Changing the minimum size of parsable avcc to 8 from 7.

patch2: Correct the size argument of gst_h264_parser_identify_nalu_avc().
"size-offset" is already calculating in the function definition.
Comment 1 sreerenj 2011-10-06 08:26:36 UTC
Created attachment 198409 [details] [review]
Correct the size argument of gst_h264_parser_identify_nalu_avc().
Comment 2 Mark Nauwelaerts 2011-10-06 10:02:54 UTC
Thanks.  Committed.

commit 3129ea29b1583e83a9548f852f25b08c813c2da5
Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Date:   Wed Oct 5 23:14:23 2011 +0300

    h264parse: correct the size argument of gst_h264_parser_identify_nalu_avc()

commit bbc30f36445bf3e71bd1c660b8322f4528217048
Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Date:   Wed Oct 5 12:09:04 2011 +0300

    h264parse: minimum size of parsable avcC data should be 8