[Bug 721384] h264parse: clears keyframe flags when passing through byte-stream AUs (regression)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 21 15:06:00 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721384
  GStreamer | gst-plugins-bad | git

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #266802|0                           |1
        is obsolete|                            |

--- Comment #10 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2014-01-21 23:05:57 UTC ---
Created an attachment (id=266932)
 View: https://bugzilla.gnome.org/attachment.cgi?id=266932
 Review: https://bugzilla.gnome.org/review?bug=721384&attachment=266932

h264parser: remove trailling 0x00 bytes as the spec doesn't allow them

So after talking to libav developers and reading the relevant parts of the spec
I learned that the last byte of a NAL shall not be 0x00.

In byte stream format, there might be padding, so we need to strip any 0x00
from
the end of the NAL

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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