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 168148 - please do not process sys.argv on "import gst"
please do not process sys.argv on "import gst"
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-python
0.8.7
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
Johan (not receiving bugmail) Dahlin
Depends on:
Blocks:
 
 
Reported: 2005-02-22 13:03 UTC by David Riebenbauer
Modified: 2005-10-03 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Riebenbauer 2005-02-22 13:03:33 UTC
Distribution/Version: Debian unstable - i386

The python bindings for gstreamer currently process sys.argv as soon as they are 
imported. I think this behaviour is unexpected by most users, and should be 
changed.
Comment 1 Johan (not receiving bugmail) Dahlin 2005-02-22 13:18:30 UTC
Python bindings isn't doing anything, it just calls gst_init.

What I think that you want is to have proper GOption support in GStreamer and in
gst-python so you can add your own command line arguments.

But not processing sys.argv is not something we can't do today.