mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
basesink: demote log message, don't spam INFO level when handling buffer lists
This commit is contained in:
parent
4a03af8296
commit
3057001622
1 changed files with 1 additions and 1 deletions
|
@ -3532,7 +3532,7 @@ gst_base_sink_chain_list (GstPad * pad, GstObject * parent,
|
|||
guint i, len;
|
||||
GstBuffer *buffer;
|
||||
|
||||
GST_INFO_OBJECT (pad, "chaining each buffer in list");
|
||||
GST_LOG_OBJECT (pad, "chaining each buffer in list");
|
||||
|
||||
len = gst_buffer_list_length (list);
|
||||
|
||||
|
|
Loading…
Reference in a new issue