mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
hlsdemux: remove spamming GST_LOG_OBJECT
This commit is contained in:
parent
277a7d05b2
commit
6436747eb0
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue