GNOME Bugzilla – Bug 322178
gst-launch --help broken
Last modified: 2005-11-23 08:45:40 UTC
gst-launch doesn't show all available command line arguments, though the arguments themself still work. Looks like this: >gst-launch --help Usage: gst-launch [OPTION...] gst-run Help Options: -?, --help Show help options Application Options: -p, --print print wrapped command line options --gst-mm=VERSION Force major/minor version --gst-list-mm List found major/minor versions
the unversioned versions of the gst tools (gst-launch, gst-inspect, ...) are run through a wrapper function (tools/gst-run.c) and it isn't possible to get the arguments from the real called programm. If you wish to have the available arguments, use the real program (ex: gst-launch-0.9) which has all available arguments.
Ah, okay. Didn't know that. Thanks.
not a bug