projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
342c05e
)
gstpad: Don't spam INFO when default-chaining a buffer list
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Tue, 6 Jul 2021 07:34:04 +0000
(13:04 +0530)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Mon, 19 Jul 2021 14:35:29 +0000
(20:05 +0530)
This is being logged for each buffer, so it should not use INFO.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/853>
gst/gstpad.c
patch
|
blob
|
history
diff --git
a/gst/gstpad.c
b/gst/gstpad.c
index a5affa2a93f232bd0c1e8f1504cdb52f320d3fb1..cfc197e85916692dd3e622d1a337d4c25fd53c58 100644
(file)
--- a/
gst/gstpad.c
+++ b/
gst/gstpad.c
@@
-4580,7
+4580,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);