From 2e1b1699fe0c43331f3fd700400431f41c37a2a9 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Mon, 7 Oct 2013 22:49:52 +0200 Subject: [PATCH] discoverer: also log stream-id --- gst-libs/gst/pbutils/gstdiscoverer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.7.4