dashdemux: change debug message from warning to info

It isn't a warning/issue.
This commit is contained in:
Thiago Santos 2013-07-02 21:31:48 -03:00
parent 94c6497dfa
commit 467b22c567

View file

@ -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);
}
}