mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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:
parent
02f9918aca
commit
61b1155c4d
1 changed files with 0 additions and 2 deletions
|
@ -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) )
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue