launcher: Remove duplicated track types option

This commit is contained in:
Thibault Saunier 2019-05-23 18:43:06 -04:00
parent b8c0894f34
commit dac2d52670

View 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."