mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
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:
parent
1b567af051
commit
3354b3ebbb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue