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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 18 17:40:27 PDT 2011


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

--- Comment #6 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2011-07-19 00:40:24 UTC ---
Created an attachment (id=192223)
 View: https://bugzilla.gnome.org/attachment.cgi?id=192223
 Review: https://bugzilla.gnome.org/review?bug=654850&attachment=192223

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

Turns out the previous pipeline failed because rtph264pay fails sets the marker
bit at the end of
every NAL unit and not just at the end of the last one of an access unit,
attached patch also fixes that.
This is only triggered if you have more tghan one slice per image (that is more
than one NAL per access unit).

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