gst: make sure gobject-introspection scanner calls gst_init()

https://bugzilla.gnome.org/show_bug.cgi?id=647922
This commit is contained in:
Sebastian Dröge 2011-04-16 14:34:08 +02:00
parent 0bb5b6e435
commit bc68243123

View file

@ -290,6 +290,7 @@ Gst-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@
--pkg gthread-2.0 \ --pkg gthread-2.0 \
--pkg libxml-2.0 \ --pkg libxml-2.0 \
--pkg-export gstreamer-0.10 \ --pkg-export gstreamer-0.10 \
--add-init-section="gst_init(NULL, NULL);" \
--output $@ \ --output $@ \
$(gir_headers) \ $(gir_headers) \
$(gir_sources) $(gir_sources)