mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
udpsink: improve debug
This commit is contained in:
parent
7e91057934
commit
3d7d757521
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue