completion: Remove incorrect fixmes

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.
This commit is contained in:
Nicolas Dufresne 2017-04-04 15:48:05 -04:00
parent 02f9918aca
commit 61b1155c4d

View 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) )
}