mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
validate: transcoding: don't create a second mainloop
This commit is contained in:
parent
8b84f76df4
commit
15918f1e40
1 changed files with 0 additions and 2 deletions
|
@ -554,8 +554,6 @@ create_transcoding_pipeline (gchar * uri, gchar * outuri)
|
|||
{
|
||||
GstElement *src, *sink;
|
||||
|
||||
mainloop = g_main_loop_new (NULL, FALSE);
|
||||
|
||||
pipeline = gst_pipeline_new ("encoding-pipeline");
|
||||
src = gst_element_factory_make ("uridecodebin", NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue