mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
pad: fix outdated debug message
Buffer lists don't have groups any more in 1.0
This commit is contained in:
parent
208696a774
commit
eb2d1f5b96
1 changed files with 1 additions and 1 deletions
|
@ -4099,7 +4099,7 @@ gst_pad_chain_list_default (GstPad * pad, GstObject * parent,
|
||||||
GstBuffer *buffer;
|
GstBuffer *buffer;
|
||||||
GstFlowReturn ret;
|
GstFlowReturn ret;
|
||||||
|
|
||||||
GST_INFO_OBJECT (pad, "chaining each group in list as a merged buffer");
|
GST_INFO_OBJECT (pad, "chaining each buffer in list individually");
|
||||||
|
|
||||||
len = gst_buffer_list_length (list);
|
len = gst_buffer_list_length (list);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue