mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
dashdemux: change debug message from warning to info
It isn't a warning/issue.
This commit is contained in:
parent
94c6497dfa
commit
467b22c567
1 changed files with 1 additions and 1 deletions
|
@ -2540,7 +2540,7 @@ gst_mpdparser_parse_baseURL (GstMpdClient * client, GstActiveStream * stream,
|
|||
} else {
|
||||
ret = tmp1;
|
||||
}
|
||||
GST_WARNING ("Got base URI from MPD file URI %s", ret);
|
||||
GST_INFO ("Got base URI from MPD file URI %s", ret);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue