mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
add debug
Original commit message from CVS: add debug
This commit is contained in:
parent
631e6435a0
commit
7f7c429ab1
1 changed files with 2 additions and 0 deletions
|
@ -1553,6 +1553,8 @@ gst_multi_fd_sink_new_client (GstMultiFdSink * sink, GstTCPClient * client)
|
|||
|
||||
GST_DEBUG_OBJECT (sink,
|
||||
"[fd %5d] new client, deciding where to start in queue", client->fd.fd);
|
||||
GST_DEBUG_OBJECT (sink, "queue is currently %d buffers long",
|
||||
sink->bufqueue->len);
|
||||
switch (client->sync_method) {
|
||||
case GST_SYNC_METHOD_LATEST:
|
||||
/* no syncing, we are happy with whatever the client is going to get */
|
||||
|
|
Loading…
Reference in a new issue