GNOME Bugzilla – Bug 661053
some patches to gsth264parse.c
Last modified: 2011-10-06 10:03:25 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.
Created attachment 198409 [details] [review] Correct the size argument of gst_h264_parser_identify_nalu_avc().
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