From 6436747eb0a453b9fedffe04af14c9c8957e61a8 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Wed, 31 Aug 2011 03:20:48 +0000 Subject: [PATCH] hlsdemux: remove spamming GST_LOG_OBJECT --- gst/hls/gsthlsdemux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/hls/gsthlsdemux.c b/gst/hls/gsthlsdemux.c index 74c6f32196..a7f3a4b563 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: