GNOME Bugzilla – Bug 661113
Some patches to h264parse
Last modified: 2011-10-17 09:26:11 UTC
patch1:Correct the parsing of "numberOfPictureParameterSets". patch2: use GST_READ_UINT16_BE() to read the sequeceParameterSetLength and pictureParameterSetLength.
Created attachment 198462 [details] [review] Correct the parsing of "numberOfPictureParameterSets".
Created attachment 198463 [details] [review] use GST_READ_UINT16_BE() to read the sequeceParameterSetLength and pictureParameterSetLength.
patch2 is obsolete based on commit f94236078cd38d3e881d80e7e89cef86be03c921. patch1 has a high priority i think, since the current code wrongly calculating the numerOfPictureParameterSets. Adding one minor patch also.
Created attachment 198937 [details] [review] Correcting the debug message and remove the dead code.
Thanks, committed (with minor tweak in second one): commit f8239ff6924c7e03af73707ef5fd9e218c0f9f5c Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Thu Oct 13 16:52:43 2011 +0300 h264parse: correct debug message and remove some dead code See #661113. commit 0a478db7dd5909f8f7281db352b227965c45e094 Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Thu Oct 6 16:55:43 2011 +0300 h264parse: correct parsing of "numberOfPictureParameterSets" See #661113.