summaryrefslogtreecommitdiffstats
path: root/gst/cutter
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-09-09 23:24:29 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-09-09 23:24:29 +0000
commit4ec41347e2c8aadcf7203f324eab286ac85429f4 (patch)
tree824b2fd04a29555e7287cdff5ce53e7248d18984 /gst/cutter
parenta7b776e7f7bfaa4ce6d9010e525af363c496ae82 (diff)
removing warnings (approved by wtay)
Original commit message from CVS: removing warnings (approved by wtay)
Diffstat (limited to 'gst/cutter')
-rw-r--r--gst/cutter/gstcutter.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c
index 065f81c1..e8d8e015 100644
--- a/gst/cutter/gstcutter.c
+++ b/gst/cutter/gstcutter.c
@@ -396,10 +396,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
/* load audio support library */
if (!gst_library_load ("gstaudio"))
- {
- gst_info ("cutter: could not load support library: 'gstaudio'\n");
return FALSE;
- }
return TRUE;
}