ges-launcher: do not set rendering details too early
[platform/upstream/gst-editing-services.git] / tools / ges-launcher.c
index cf56b83..f0a6de2 100644 (file)
@@ -1450,9 +1450,6 @@ _startup (GApplication * application)
   if (!_set_playback_details (self))
     goto failure;
 
-  if (!_set_rendering_details (self))
-    goto failure;
-
   if (!_run_pipeline (self))
     goto failure;