From: Stefan Sauer Date: Mon, 7 Oct 2013 20:49:52 +0000 (+0200) Subject: discoverer: also log stream-id X-Git-Tag: 1.19.3~511^2~4962 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e1b1699fe0c43331f3fd700400431f41c37a2a9;p=platform%2Fupstream%2Fgstreamer.git discoverer: also log stream-id --- diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c index 9be99a4..9808b9d 100644 --- a/gst-libs/gst/pbutils/gstdiscoverer.c +++ b/gst-libs/gst/pbutils/gstdiscoverer.c @@ -729,9 +729,8 @@ collect_stream_information (GstDiscoverer * dc, PrivateStream * ps, guint idx) caps = gst_pad_query_caps (ps->pad, NULL); } if (caps) { - GST_DEBUG ("Got caps %" GST_PTR_FORMAT, caps); + GST_DEBUG ("stream-%02d, got caps %" GST_PTR_FORMAT, idx, caps); gst_structure_id_set (st, _CAPS_QUARK, GST_TYPE_CAPS, caps, NULL); - gst_caps_unref (caps); } if (ps->tags)