[Bug 793838] rtsp-media: g_print() format string for latency is incorrect

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 26 13:20:35 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #368937|none                        |needs-work
             status|                            |

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 368937:
 --> (https://bugzilla.gnome.org/review?bug=793838&attachment=368937)

::: gst/rtsp-server/rtsp-media.c
@@ +1923,3 @@
       g_object_set (data->appsrc, "min-latency", min, "max-latency", max,
NULL);
+      GST_DEBUG ("setting latency to min %" GST_TIME_FORMAT " max %"
+          GST_TIME_FORMAT "\n", GST_TIME_ARGS (min), GST_TIME_ARGS (max));

Without "\n" :)

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