Make sure the plugin is loaded only once

Original commit message from CVS:
Make sure the plugin is loaded only once
This commit is contained in:
Wim Taymans 2001-01-03 23:08:17 +00:00
parent f4ae52d0ab
commit 100bedea62

View file

@ -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);