summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2011-08-31 03:20:48 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-08-31 12:11:32 +0200
commit6436747eb0a453b9fedffe04af14c9c8957e61a8 (patch)
tree1a043e470b6f6abcd04606c342ef39508e552673
parent277a7d05b2674705a93047f34ddcac462821de2f (diff)
hlsdemux: remove spamming GST_LOG_OBJECT
-rw-r--r--gst/hls/gsthlsdemux.c2
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: