mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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:
parent
0086d7b016
commit
238ce301b6
1 changed files with 2 additions and 1 deletions
|
@ -2146,7 +2146,8 @@ gst_caps_merge_common (GstCaps * caps1, GstCaps * caps2)
|
||||||
|
|
||||||
fail:
|
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);
|
gst_caps_unref (res);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue