[Bug 654850] rtph264depay adds one frame of latency in access-unit aggregation mode

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 21 08:16:10 PDT 2011


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

Mark Nauwelaerts <mnauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mnauw at users.sourceforge.net

--- Comment #9 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2011-07-21 15:16:05 UTC ---
Thanks, committed the following, not sure whether that makes it resolved all
the way, due to possibly remaining latency thingy ...


commit 2591a882aed16fb7e8ed175af38e1ecc4e6056c8
Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Mon Jul 18 16:46:27 2011 -0400

    rtph264depay: Complete merged AU on marker bit

    The marker bit on a RTP packet means the AU has been completed, so push it
out
    immediately to reduce the latency.

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

commit 118a7cc36a0fb6b289927f199c78441a165fbae3
Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Mon Jul 18 20:27:38 2011 -0400

    rtph264pay: Only set the marker bit on the last NALU of a multi-NALU access
unit

    An access unit could contain multiple NAL units, in that case, only the
last
    RTP packet of the last NALU should have its marker bit set.

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

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