mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
launcher: Remove duplicated track types option
This commit is contained in:
parent
b8c0894f34
commit
dac2d52670
1 changed files with 0 additions and 4 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue