silence asfdemux

Original commit message from CVS:
silence asfdemux
This commit is contained in:
Benjamin Otte 2003-07-11 02:38:08 +00:00
parent 070ba3799a
commit 2e8d2689e3

View file

@ -1664,7 +1664,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
/* this filter needs bytestream */
if (!gst_library_load ("gstbytestream")) {
gst_info("asfdemux: could not load support library: 'gstbytestream'\n");
GST_INFO ("asfdemux: could not load support library: 'gstbytestream'\n");
return FALSE;
}