hlsdemux2: Adjust debug log level

HLS manifest might not be represented by a single common caps
when different codecs are mixed in a playlist, but it
does not seem to be a critical issue we need to warn.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2516>
This commit is contained in:
Seungha Yang 2022-05-29 06:05:27 +09:00 committed by GStreamer Marge Bot
parent 0086d7b016
commit 238ce301b6

View file

@ -2146,7 +2146,8 @@ gst_caps_merge_common (GstCaps * caps1, GstCaps * caps2)
fail:
{
GST_ERROR ("Failed to create common caps");
GST_WARNING ("Failed to create common caps of %"
GST_PTR_FORMAT " and %" GST_PTR_FORMAT, caps1, caps2);
gst_caps_unref (res);
return NULL;
}