[Bug 791838] netsim: fix misleading packet delay log

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 21 10:24:05 UTC 2017


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #365833|none                        |reviewed
             status|                            |

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 365833
  --> https://bugzilla.gnome.org/attachment.cgi?id=365833
fix misleading packet delay log

>+    now_time = g_get_monotonic_time ();
>+    ready_time = now_time + delay * 1000;
>+    GST_DEBUG_OBJECT (netsim, "Delaying packet by %ldms",
>+        (ready_time - now_time) / 1000);

Isn't this the same as writing ..("Delaying packet by %ldms", delay) ?

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