[Bug 743945] rtpjitterbuffer: add "do-deadline" property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 3 14:25:30 PST 2015


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

Olivier CrĂȘte <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #8 from Olivier CrĂȘte <olivier.crete at ocrete.ca> 2015-02-03 22:25:26 UTC ---
The "do-deadline" property you're proposing doesn't make sense. If the latency
is not "used" in the jitterbuffer, the same latency will happen at the sink, so
the first packet will arrive at the output at the exact same time. 

If you want a lower latency, just reduce the "latency" property, if it's not
enough, increase it (well, make it into a dynamic JB..)

@tim @slomo: The JB will immediately push buffers where the seqnum follows the
previous one, but for the first one, it has to wait until the latency deadline
to make sure the first buffer was not re-ordered.

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