decodebin3: Lower error message to debug

Debugging leftover

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/699>
This commit is contained in:
Thibault Saunier 2020-06-11 16:39:23 -04:00
parent 1b567af051
commit 3354b3ebbb

View file

@ -1167,7 +1167,7 @@ update_requested_selection (GstDecodebin3 * dbin)
GstStreamType curtype = gst_stream_get_stream_type (stream);
if (!(used_types & curtype)) {
const gchar *sid = gst_stream_get_stream_id (stream);
GST_ERROR_OBJECT (dbin, "Selecting stream '%s' of type %s",
GST_DEBUG_OBJECT (dbin, "Selecting stream '%s' of type %s",
sid, gst_stream_type_get_name (curtype));
tmp = g_list_append (tmp, (gchar *) sid);
used_types |= curtype;