After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322178 - gst-launch --help broken
gst-launch --help broken
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-22 21:27 UTC by Martin Eikermann
Modified: 2005-11-23 08:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Eikermann 2005-11-22 21:27:52 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
Comment 1 Edward Hervey 2005-11-22 22:58:41 UTC
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.
Comment 2 Martin Eikermann 2005-11-23 08:02:16 UTC
Ah, okay. Didn't know that. Thanks.
Comment 3 Edward Hervey 2005-11-23 08:45:40 UTC
not a bug