mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
discoverer: also log stream-id
This commit is contained in:
parent
2af0831696
commit
2e1b1699fe
1 changed files with 1 additions and 2 deletions
|
@ -729,9 +729,8 @@ collect_stream_information (GstDiscoverer * dc, PrivateStream * ps, guint idx)
|
||||||
caps = gst_pad_query_caps (ps->pad, NULL);
|
caps = gst_pad_query_caps (ps->pad, NULL);
|
||||||
}
|
}
|
||||||
if (caps) {
|
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_structure_id_set (st, _CAPS_QUARK, GST_TYPE_CAPS, caps, NULL);
|
||||||
|
|
||||||
gst_caps_unref (caps);
|
gst_caps_unref (caps);
|
||||||
}
|
}
|
||||||
if (ps->tags)
|
if (ps->tags)
|
||||||
|
|
Loading…
Reference in a new issue