[Bug 747850] h264parser/h264parse: Handle trailing 0s in NALU
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Apr 14 06:52:50 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747850
--- Comment #2 from Edward Hervey <bilboed at bilboed.com> ---
Created attachment 301548
--> https://bugzilla.gnome.org/attachment.cgi?id=301548&action=edit
h264parse: Use full NALU size to know what to skip/flush
There might be trailing zeros in NALU which we need to properly handle
in order to know where the next NALU really is (i.e. we will end up on
a start code for the next NALU).
This avoids constantly skipping a few bytes here and there, resulting
in baseparse giving us DISCONT buffers.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list