diff options
Diffstat (limited to 'gst/flx')
-rw-r--r-- | gst/flx/gstflxdec.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index 0b099cbc..d54fc988 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -678,10 +678,8 @@ plugin_init (GModule *module, GstPlugin *plugin) GstTypeFactory *type; /* this filter needs the bytestream package */ - if (!gst_library_load("gstbytestream")) { - gst_info("flxdec:: could not load support library: 'gstbytestream'\n"); + if (!gst_library_load ("gstbytestream")) return FALSE; - } factory = gst_element_factory_new("flxdec", GST_TYPE_FLXDEC, &flxdec_details); g_return_val_if_fail(factory != NULL, FALSE); |