udpsink: improve debug

This commit is contained in:
Wim Taymans 2013-04-09 16:50:56 +02:00
parent 7e91057934
commit 3d7d757521

View file

@ -506,7 +506,8 @@ gst_multiudpsink_render (GstBaseSink * bsink, GstBuffer * buffer)
/* grab lock while iterating and sending to clients, this should be /* grab lock while iterating and sending to clients, this should be
* fast as UDP never blocks */ * fast as UDP never blocks */
g_mutex_lock (&sink->client_lock); 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; no_clients = 0;
num = 0; num = 0;