From 7f7c429ab1a7ba94f54ee5ada63e3652076284e5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 13 Apr 2007 22:10:58 +0000 Subject: [PATCH] add debug Original commit message from CVS: add debug --- gst/tcp/gstmultifdsink.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/tcp/gstmultifdsink.c b/gst/tcp/gstmultifdsink.c index 702096e8b3..c7d91333f5 100644 --- a/gst/tcp/gstmultifdsink.c +++ b/gst/tcp/gstmultifdsink.c @@ -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 */ -- 2.34.1