add debug
Original commit message from CVS: add debug
This commit is contained in:
parent
631e6435a0
commit
7f7c429ab1
@ -1553,6 +1553,8 @@ gst_multi_fd_sink_new_client (GstMultiFdSink * sink, GstTCPClient * client)
|
|||||||
|
|
||||||
GST_DEBUG_OBJECT (sink,
|
GST_DEBUG_OBJECT (sink,
|
||||||
"[fd %5d] new client, deciding where to start in queue", client->fd.fd);
|
"[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) {
|
switch (client->sync_method) {
|
||||||
case GST_SYNC_METHOD_LATEST:
|
case GST_SYNC_METHOD_LATEST:
|
||||||
/* no syncing, we are happy with whatever the client is going to get */
|
/* no syncing, we are happy with whatever the client is going to get */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user