mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
ges-uri-source: fix object debug
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/265>
This commit is contained in:
parent
5ca6576f5b
commit
0ec4893c8e
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ autoplug_select_cb (GstElement * bin, GstPad * pad, GstCaps * caps,
|
||||||
if (downstream_caps && gst_caps_can_intersect (downstream_caps, caps)) {
|
if (downstream_caps && gst_caps_can_intersect (downstream_caps, caps)) {
|
||||||
if (wanted) {
|
if (wanted) {
|
||||||
res = GST_AUTOPLUG_SELECT_EXPOSE;
|
res = GST_AUTOPLUG_SELECT_EXPOSE;
|
||||||
GST_INFO_OBJECT (self, "Exposing %" GST_PTR_FORMAT " with stream id: %s",
|
GST_INFO_OBJECT (self->element,
|
||||||
caps, stream_id);
|
"Exposing %" GST_PTR_FORMAT " with stream id: %s", caps, stream_id);
|
||||||
} else {
|
} else {
|
||||||
res = GST_AUTOPLUG_SELECT_SKIP;
|
res = GST_AUTOPLUG_SELECT_SKIP;
|
||||||
GST_DEBUG_OBJECT (self->element, "Totally skipping %s", stream_id);
|
GST_DEBUG_OBJECT (self->element, "Totally skipping %s", stream_id);
|
||||||
|
|
Loading…
Reference in a new issue