hlsdemux: remove spamming GST_LOG_OBJECT

This commit is contained in:
Youness Alaoui 2011-08-31 03:20:48 +00:00 committed by Sebastian Dröge
parent 277a7d05b2
commit 6436747eb0

View file

@ -615,8 +615,6 @@ gst_hls_demux_fetcher_chain (GstPad * pad, GstBuffer * buf)
goto done; 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); gst_adapter_push (demux->download, buf);
done: done: