dashdemux: change debug message from warning to info
authorThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 3 Jul 2013 00:31:48 +0000 (21:31 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 3 Jul 2013 13:23:45 +0000 (10:23 -0300)
It isn't a warning/issue.

ext/dash/gstmpdparser.c

index 76d2f02..b023960 100644 (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);
     }
   }