mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
gstpad: Don't spam INFO when default-chaining a buffer list
This is being logged for each buffer, so it should not use INFO. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/856>
This commit is contained in:
parent
f9364a3024
commit
bbbf0c10bf
1 changed files with 1 additions and 1 deletions
|
@ -4537,7 +4537,7 @@ gst_pad_chain_list_default (GstPad * pad, GstObject * parent,
|
|||
GstBuffer *buffer;
|
||||
GstFlowReturn ret;
|
||||
|
||||
GST_INFO_OBJECT (pad, "chaining each buffer in list individually");
|
||||
GST_LOG_OBJECT (pad, "chaining each buffer in list individually");
|
||||
|
||||
len = gst_buffer_list_length (list);
|
||||
|
||||
|
|
Loading…
Reference in a new issue