mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
g-i: need to call gst_init() before ges_init() so GST_TYPE_CAPS is set
Fixes "g_param_spec_boxed: assertion `G_TYPE_IS_BOXED (boxed_type)' failed" warnings when running g-ir-scanner.
This commit is contained in:
parent
1e1012602e
commit
b1361c556f
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ GES-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libges-@GST_MAJORMINOR@.la
|
|||
--pkg gstreamer-@GST_MAJORMINOR@ \
|
||||
--pkg gstreamer-pbutils-@GST_MAJORMINOR@ \
|
||||
--pkg-export ges-@GST_MAJORMINOR@ \
|
||||
--add-init-section="gst_init(NULL, NULL);" \
|
||||
--add-init-section="ges_init(NULL, NULL);" \
|
||||
--output $@ \
|
||||
$(gir_headers) \
|
||||
|
|
Loading…
Reference in a new issue