diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-09 23:27:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-09 23:27:38 +0000 |
commit | af558bdc6f39c680689423d98d2b60e7fd7a4c81 (patch) | |
tree | 786b5488ec78299f3c85eebec3f810f72ace447a /ext/audiofile/gstafsrc.c | |
parent | 48e9846ca04467222478a067fbba47f02ff19ea2 (diff) | |
download | gst-plugins-bad-af558bdc6f39c680689423d98d2b60e7fd7a4c81.tar.gz gst-plugins-bad-af558bdc6f39c680689423d98d2b60e7fd7a4c81.tar.bz2 gst-plugins-bad-af558bdc6f39c680689423d98d2b60e7fd7a4c81.zip |
removing warnings as approved by wim
Original commit message from CVS:
removing warnings as approved by wim
Diffstat (limited to 'ext/audiofile/gstafsrc.c')
-rw-r--r-- | ext/audiofile/gstafsrc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c index d42c6ebc..af9dfe64 100644 --- a/ext/audiofile/gstafsrc.c +++ b/ext/audiofile/gstafsrc.c @@ -286,10 +286,7 @@ gst_afsrc_plugin_init (GModule *module, GstPlugin *plugin) /* load audio support library */ if (!gst_library_load ("gstaudio")) - { - gst_info ("gstafsrc/sink: could not load support library: 'gstaudio'\n"); return FALSE; - } return TRUE; } |