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
@ -14,8 +14,6 @@ int main(int argc,char *argv[]) {
|
|||||||
g_print("have %d args\n",argc);
|
g_print("have %d args\n",argc);
|
||||||
|
|
||||||
gst_init(&argc,&argv);
|
gst_init(&argc,&argv);
|
||||||
gst_plugin_load("mp3parse");
|
|
||||||
gst_plugin_load("mpg123");
|
|
||||||
|
|
||||||
pipeline = gst_pipeline_new("pipeline");
|
pipeline = gst_pipeline_new("pipeline");
|
||||||
g_return_if_fail(pipeline != NULL);
|
g_return_if_fail(pipeline != NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user