gst-complete-0.8(1) - Linux man page
Name
gst-complete - do bash completion for gst-launch command-linesSynopsis
complete -C gst-complete gst-launchDescription
gst-complete is a utility enabling bash to provide context sensitive tab completion for gst-launch command-lines. See the man page for gst-launch for the syntax of gst-launch command-lines. You must have a version of bash which supports programmable completion. Versions of bash which support this provide the complete builtin command.
Usage
Generate the registry of available plugins by running gst-compprep. In your .bash_profile or other appropriate place, run- complete -C gst-complete gst-launch