GNOME Bugzilla – Bug 577432
[init] Allow post-init GOption parsing
Last modified: 2013-02-05 20:48:25 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...
Original bug is gone, so let's close this. If someone else needs it too, they'll file a new bug.