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 577432 - [init] Allow post-init GOption parsing
[init] Allow post-init GOption parsing
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 549879
 
 
Reported: 2009-03-31 09:23 UTC by Edward Hervey
Modified: 2013-02-05 20:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2009-03-31 09:23:38 UTC
This is a blocker for gst-python bug #549879

We need a way to postpone the GOption argument parsing when initializing GStreamer. GTK seems to allow this.

Basically the following scenario should work:
gst_init(NULL, NULL, &gerr); <== no argument parsing, but does initialize gstreamer, types, etc...
<allow user to parse his stuff>
gst_init(&argc, &argv, &gerr); <== argument parsing, but no need to initialize the types, etc...
Comment 1 Tim-Philipp Müller 2013-02-05 20:48:25 UTC
Original bug is gone, so let's close this. If someone else needs it too, they'll file a new bug.