summaryrefslogtreecommitdiffstats
path: root/ext/audiofile
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-01-08 11:06:01 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-01-08 11:06:01 +0000
commite597ac3870cd036d96ad5abd698ddb09a1614daf (patch)
tree276af51b59a9fcf437262dccc3c1a792b680dfc4 /ext/audiofile
parent0eacfb896991c83ad25b5c42d24fdedb34b3bde8 (diff)
downloadgst-plugins-bad-e597ac3870cd036d96ad5abd698ddb09a1614daf.tar.gz
gst-plugins-bad-e597ac3870cd036d96ad5abd698ddb09a1614daf.tar.bz2
gst-plugins-bad-e597ac3870cd036d96ad5abd698ddb09a1614daf.zip
fixes
Original commit message from CVS: fixes
Diffstat (limited to 'ext/audiofile')
-rw-r--r--ext/audiofile/gstafsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c
index 0d4e261f..630e79d9 100644
--- a/ext/audiofile/gstafsrc.c
+++ b/ext/audiofile/gstafsrc.c
@@ -289,7 +289,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
/* load audio support library */
if (!gst_library_load ("gstaudio"))
{
- gst_info ("mad: could not load support library: 'gstaudio'\n");
+ gst_info ("gstafsrc/sink: could not load support library: 'gstaudio'\n");
return FALSE;
}