summaryrefslogtreecommitdiff
path: root/gst/hls/gsthlsdemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/hls/gsthlsdemux.c')
-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: