From: Thibault Saunier Date: Sun, 5 May 2019 15:38:28 +0000 (-0400) Subject: launch: Fix caps restriction short names X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b140d18a6d2c440b8d07be97eaace2f00d6c4ef;p=platform%2Fupstream%2Fgst-editing-services.git launch: Fix caps restriction short names --- diff --git a/tools/ges-launcher.c b/tools/ges-launcher.c index 2811910..972221a 100644 --- a/tools/ges-launcher.c +++ b/tools/ges-launcher.c @@ -707,9 +707,9 @@ _local_command_line (GApplication * application, gchar ** arguments[], "Specify the track types to be created. " "When loading a project, only relevant tracks will be added to the timeline.", ""}, - {"video-caps", 't', 0, G_OPTION_ARG_STRING, &opts->video_track_caps, + {"video-caps", 0, 0, G_OPTION_ARG_STRING, &opts->video_track_caps, "Specify the track restriction caps of the video track.",}, - {"audio-caps", 't', 0, G_OPTION_ARG_STRING, &opts->audio_track_caps, + {"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. "