diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2011-08-31 03:20:48 +0000 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-08-31 12:11:32 +0200 |
commit | 6436747eb0a453b9fedffe04af14c9c8957e61a8 (patch) | |
tree | 1a043e470b6f6abcd04606c342ef39508e552673 | |
parent | 277a7d05b2674705a93047f34ddcac462821de2f (diff) |
hlsdemux: remove spamming GST_LOG_OBJECT
-rw-r--r-- | gst/hls/gsthlsdemux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/hls/gsthlsdemux.c b/gst/hls/gsthlsdemux.c index 74c6f3219..a7f3a4b56 100644 --- a/gst/hls/gsthlsdemux.c +++ b/gst/hls/gsthlsdemux.c @@ -615,8 +615,6 @@ gst_hls_demux_fetcher_chain (GstPad * pad, GstBuffer * buf) goto done; } - GST_LOG_OBJECT (demux, "The uri fetcher received a new buffer of size %u", - GST_BUFFER_SIZE (buf)); gst_adapter_push (demux->download, buf); done: |