mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 03:38:55 +00:00
introspection: Skip gst_init_get_option_group
It uses GOptionGroup which is not wrappable https://bugzilla.gnome.org/show_bug.cgi?id=657640
This commit is contained in:
parent
df7d090ecc
commit
6cd0287bdb
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
#endif
|
||||
|
||||
/**
|
||||
* gst_init_get_option_group:
|
||||
* gst_init_get_option_group: (skip)
|
||||
*
|
||||
* Returns a #GOptionGroup with GStreamer's argument specifications. The
|
||||
* group is set up to use standard GOption callbacks, so when using this
|
||||
|
|
Loading…
Reference in a new issue