GNOME Bugzilla – Bug 749617
mpeg4videoparse: Need detect picture coding type when drain
Last modified: 2018-11-03 13:35:35 UTC
our use case is demuxer only output key frame when backward playback. every frame is DISCONT and KEY frame. mpeg4videoparse will detect coding type when detect start code after VOP. our use case will drain after VOP and can't detect start code after VOP. Add check coding type code when drain.
MPEG2 video parser has same issue.
Created attachment 303639 [details] [review] patch for MPEG4 video parse
Created attachment 303640 [details] [review] patch for MPEG2 video parse
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/255.