gst: Don't intercept --help in gst_init()
authorHans de Goede <hdegoede@redhat.com>
Thu, 13 Jun 2013 06:36:23 +0000 (08:36 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 13 Jun 2013 06:37:28 +0000 (08:37 +0200)
commit7fc26027613fc98a6819739f55ca646c84fe1d9f
treefa780deee70b82cc9e8dfc1bb776b53e6574b87a
parenta2b8167b8713f7f9b3d6c295f95df9fbddd82feb
gst: Don't intercept --help in gst_init()

Before this patch gst_init would intercept --help, causing for example
cheese's --help to look like this:

[hans@shalem cheese]$ cheese --help
Usage:
  cheese [OPTION...] - GStreamer initialization

Help Options:
  -h, --help                        Show help options
  --help-all                        Show all help options
  --help-gst                        Show GStreamer Options

gst_init is the only gfoo_init function which does this.

https://bugzilla.gnome.org/show_bug.cgi?id=702089
gst/gst.c