mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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:
parent
f4ae52d0ab
commit
100bedea62
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue