From 3d7d757521aa51e66ecf36df92d76a69619c443c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 9 Apr 2013 16:50:56 +0200 Subject: [PATCH] udpsink: improve debug --- gst/udp/gstmultiudpsink.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/udp/gstmultiudpsink.c b/gst/udp/gstmultiudpsink.c index 228e30b..6105dd4 100644 --- a/gst/udp/gstmultiudpsink.c +++ b/gst/udp/gstmultiudpsink.c @@ -506,7 +506,8 @@ gst_multiudpsink_render (GstBaseSink * bsink, GstBuffer * buffer) /* grab lock while iterating and sending to clients, this should be * fast as UDP never blocks */ g_mutex_lock (&sink->client_lock); - GST_LOG_OBJECT (bsink, "about to send %" G_GSIZE_FORMAT " bytes", size); + GST_LOG_OBJECT (bsink, "about to send %" G_GSIZE_FORMAT " bytes in %u blocks", + size, n_mem); no_clients = 0; num = 0; -- 2.7.4