decodebin3: Lower error message to debug
authorThibault Saunier <tsaunier@igalia.com>
Thu, 11 Jun 2020 20:39:23 +0000 (16:39 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 11 Jun 2020 20:39:23 +0000 (16:39 -0400)
Debugging leftover

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/699>

gst/playback/gstdecodebin3.c

index c22749d..b3e77ff 100644 (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;