completion: Remove incorrect fixmes
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 4 Apr 2017 19:48:05 +0000 (15:48 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 4 Apr 2017 19:48:05 +0000 (15:48 -0400)
In fact the fixmes are incorrect since these are options that are
available when built against gst-validate, which I didn't. There is
reference to these options in the HELP_SUMMARY that refers to these
options stating "if ges-launch is built with gst-validate ..." and these
get picked by the regex that list the options.

data/completions/ges-launch-1.0

index fc1e491..d5572b2 100644 (file)
@@ -34,7 +34,6 @@ GES_COMMAND_LIST="ges-launch-1.0 help | grep '^  +' | cut -d' ' -f3"
 
 _ges___inspect_action_type ()
 {
-        # FIXME --inspect-action-type does not exist anymore
        COMPREPLY=( $(compgen -W "$(ges-launch-1.0 --inspect-action-type | grep '^[^ ]' | cut -d':' -f2)" -- $cur) )
 }
 
@@ -44,7 +43,6 @@ _ges___track_types ()
 }
 
 _ges___set_scenario () {
-       # FIXME Check if gst-validate-1.0 is present
        COMPREPLY=( $(compgen -W "*.scenario $(gst-validate-1.0 -l | awk '$0=$2' FS=[ RS=])" -- $cur) )
 }