From: Mathieu Duponchelle Date: Thu, 12 Aug 2021 21:37:59 +0000 (+0200) Subject: ges-uri-source: fix object debug X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ec4893c8e06e80a5cc3b8f71e781de71e527163;p=platform%2Fupstream%2Fgst-editing-services.git ges-uri-source: fix object debug Part-of: --- diff --git a/ges/ges-uri-source.c b/ges/ges-uri-source.c index 1775db4..e98ce10 100644 --- a/ges/ges-uri-source.c +++ b/ges/ges-uri-source.c @@ -107,8 +107,8 @@ autoplug_select_cb (GstElement * bin, GstPad * pad, GstCaps * caps, if (downstream_caps && gst_caps_can_intersect (downstream_caps, caps)) { if (wanted) { res = GST_AUTOPLUG_SELECT_EXPOSE; - GST_INFO_OBJECT (self, "Exposing %" GST_PTR_FORMAT " with stream id: %s", - caps, stream_id); + GST_INFO_OBJECT (self->element, + "Exposing %" GST_PTR_FORMAT " with stream id: %s", caps, stream_id); } else { res = GST_AUTOPLUG_SELECT_SKIP; GST_DEBUG_OBJECT (self->element, "Totally skipping %s", stream_id);