diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-09 23:24:29 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-09 23:24:29 +0000 |
commit | 48e9846ca04467222478a067fbba47f02ff19ea2 (patch) | |
tree | e6ee834257c4d9b22e8a89f619423ce3ff8e830e /gst/cdxaparse/gstcdxaparse.c | |
parent | e3741783bdcd448d594efe0f45fea2ae22611c62 (diff) | |
download | gst-plugins-bad-48e9846ca04467222478a067fbba47f02ff19ea2.tar.gz gst-plugins-bad-48e9846ca04467222478a067fbba47f02ff19ea2.tar.bz2 gst-plugins-bad-48e9846ca04467222478a067fbba47f02ff19ea2.zip |
removing warnings (approved by wtay)
Original commit message from CVS:
removing warnings (approved by wtay)
Diffstat (limited to 'gst/cdxaparse/gstcdxaparse.c')
-rw-r--r-- | gst/cdxaparse/gstcdxaparse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/cdxaparse/gstcdxaparse.c b/gst/cdxaparse/gstcdxaparse.c index 27cf3a53..08e5ba9b 100644 --- a/gst/cdxaparse/gstcdxaparse.c +++ b/gst/cdxaparse/gstcdxaparse.c @@ -335,10 +335,8 @@ plugin_init (GModule *module, GstPlugin *plugin) GstTypeFactory *type; /* this filter needs the riff parser */ - if (!gst_library_load ("gstbytestream")) { - gst_info("cdxaparse: could not load support library: 'gstbytestream'\n"); + if (!gst_library_load ("gstbytestream")) return FALSE; - } /* create an elementfactory for the cdxa_parse element */ factory = gst_element_factory_new ("cdxaparse", GST_TYPE_CDXA_PARSE, |