GNOME Bugzilla – Bug 703928
fix h264 nal unit type
Last modified: 2014-04-26 12:45:51 UTC
Created attachment 248808 [details] [review] 0001-h264-fix-clips-with-user-defined-NAL-units-decode-er add a new nal unit type for the unsupported NAL unit
Created attachment 248809 [details] [review] 0002-codecparser-h264-add-new-nal-unit-type 0001... patch relies on '0002-codecparser-h264-add-new-nal-unit-type.patch',0002... patch is to add a new NAL unit in codecparser
Could you please report the videos that caused issues? Thanks.
*** This bug has been marked as a duplicate of bug 728869 ***
Review of attachment 248808 [details] [review]: You could skip the NAL units earlier, during initial parsing. Otherwise, LGTM. Thanks.
Review of attachment 248809 [details] [review]: All NAL types were already committed a while back too.