From: Thomas Vander Stichele Date: Fri, 13 Apr 2007 22:10:58 +0000 (+0000) Subject: add debug X-Git-Tag: 1.19.3~511^2~11205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f7c429ab1a7ba94f54ee5ada63e3652076284e5;p=platform%2Fupstream%2Fgstreamer.git add debug Original commit message from CVS: add debug --- 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 */