[Bug 712605] h264parse: Broken conversion avc/au to byte-stream/nal

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 28 06:50:55 PST 2013


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.2.2

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-11-28 14:50:50 UTC ---
I think this is fixed now:

 commit 1b747bfecb6d36854aa19fbc6293676cc5eef390
 Author: Sebastian Dröge <sebastian at centricular.com>
 Date:   Thu Nov 28 15:10:16 2013 +0100

    h264parse: Fix splitting of multiple NALU per buffer

    Conversion to byte-stream/nal crashes without that because the
    baseparse frame of all NALUs is finished for the first NALU, then
    used again for parsing the second NALU. Just that now the buffer
    of the frame is already gone. Instead we create temporary frames
    for every NALU.

Thanks for the bug report! The fix will be in the upcoming 1.2.2 release.

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