[Bug 735378] gstrtpjitterbuffer: requests retransmission periodically when no needed
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Aug 27 01:24:37 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=735378
GStreamer | gst-plugins-good | 1.3.3
--- Comment #6 from Miguel París Díaz <mparisdiaz at gmail.com> 2014-08-27 08:24:31 UTC ---
I think that by default this should be 0 and the application layer should set
the value that it estimates, because this min_delay should depend on the nature
of the media.
We can also use "latency" property as default value.
I upload a new patch fixing your comments. Also I check that rtx_min_delay is
greater than 0 before using it for efficiency:
if (priv->rtx_min_delay > 0) {
delay = MAX (delay, priv->rtx_min_delay * GST_MSECOND);
}
--
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