mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
silence asfdemux
Original commit message from CVS: silence asfdemux
This commit is contained in:
parent
070ba3799a
commit
2e8d2689e3
1 changed files with 1 additions and 1 deletions
|
@ -1664,7 +1664,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
||||||
|
|
||||||
/* this filter needs bytestream */
|
/* this filter needs bytestream */
|
||||||
if (!gst_library_load ("gstbytestream")) {
|
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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue