From 100bedea62b539c776caa0eb9cc3f50980bf677a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 3 Jan 2001 23:08:17 +0000 Subject: [PATCH] Make sure the plugin is loaded only once Original commit message from CVS: Make sure the plugin is loaded only once --- test/mp3play.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/mp3play.c b/test/mp3play.c index 803da00af9..8401798357 100644 --- a/test/mp3play.c +++ b/test/mp3play.c @@ -14,8 +14,6 @@ int main(int argc,char *argv[]) { g_print("have %d args\n",argc); gst_init(&argc,&argv); - gst_plugin_load("mp3parse"); - gst_plugin_load("mpg123"); pipeline = gst_pipeline_new("pipeline"); g_return_if_fail(pipeline != NULL);