[Bug 791495] h265parse: Messes up timestamps for byte-stream

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 12 00:41:18 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=791495

--- Comment #2 from Matej Knopp <matej.knopp at gmail.com> ---
Okay, the loop doesn't make any difference because of the following code

       if (nalu.sc_offset > 0) {
          *skipsize = nalu.sc_offset;

So perhaps changing this to

        if (nalu.offset > 3) {
          *skipsize = nalu.offset - 3;

would discard the zero_byte, which is what we should do according annex b?

-- 
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