[Bug 652995] legacyh264parse wrong access-unit output

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 21 03:58:11 PDT 2011


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

Mark Nauwelaerts <mnauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.23

--- Comment #7 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2011-06-21 10:58:07 UTC ---
Commit below fixes some of this.  That is, using a *single* 
legacyh264parse output-format=1 access-unit=false split-packetized=true 
should now lead to the proper output caps.

However, using an instance
legacyh264parse output-format=1 access-unit=true
will kind of mess up avc input.  IIRC it should not mess up when using
output-format=2 (so respecting the input format, which is known to be avc in
this particular case, rather than forcing the output format).  This is all a
bit messy and falls under the (IMO) "use at your own risk" disclaimer which is
basically only really fixed and addressed in the newer h264parse (and so
out-of-fixing-scope for the legacy one).



commit d631e1b34803eaaed2eee6f5452a0b1c2676fd88
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date:   Tue Jun 21 12:45:31 2011 +0200

    legacyh264parse: fix output caps alignment for avc input

    ... particularly when splitting packetized input.

    Fixes #652995.

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