launcher: Remove duplicated track types option
authorThibault Saunier <tsaunier@igalia.com>
Thu, 23 May 2019 22:43:06 +0000 (18:43 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 23 May 2019 22:54:42 +0000 (18:54 -0400)
tools/ges-launcher.c

index ee71c2e..4f7875f 100644 (file)
@@ -709,10 +709,6 @@ _local_command_line (GApplication * application, gchar ** arguments[],
         "Specify the track restriction caps of the video track.",},
     {"audio-caps", 0, 0, G_OPTION_ARG_STRING, &opts->audio_track_caps,
         "Specify the track restriction caps of the audio track.",},
-    {"track-types", 't', 0, G_OPTION_ARG_CALLBACK, &_parse_track_type,
-          "Specify the track types to be created. "
-          "When loading a project, only relevant tracks will be added to the timeline.",
-        "<track-types>"},
 #ifdef HAVE_GST_VALIDATE
     {"set-scenario", 0, 0, G_OPTION_ARG_STRING, &opts->scenario,
           "ges-launch-1.0 exposes gst-validate functionalities, such as scenarios."