[Bug 769536] rtpjitterbuffer: new start-delay property

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 19 20:16:06 UTC 2016


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

--- Comment #5 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Review of attachment 332769:
 --> (https://bugzilla.gnome.org/review?bug=769536&attachment=332769)

::: gst/rtpmanager/gstrtpjitterbuffer.c
@@ +1958,3 @@
+       full latency. */
+    if (priv->start_delay_ms >= 0 && !priv->buffer_missed)
+      test_timeout += priv->start_delay_ms * 1000000;

Can we use GST_MSECOND here instead of a giant number?

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