libs: make sure gobject-introspection scanner calls gst_init()
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 9 Mar 2011 11:51:14 +0000 (11:51 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 9 Mar 2011 12:17:14 +0000 (12:17 +0000)
commit842911d2419049de186a1b2343f161f62d1daa35
treeb1973020977de24205ebb45a9c0aab24a153d22e
parentdfd056f54a5fe669b7d2fe06e787d0747ceca628
libs: make sure gobject-introspection scanner calls gst_init()

Fixes introspection failures caused by type assertions/warnings.
Since we now moved from _get_type() functions to external GType
variables in a couple of places, we actually have to call gst_init()
to make sure these are set when we use GST_TYPE_FOO.
12 files changed:
gst-libs/gst/app/Makefile.am
gst-libs/gst/audio/Makefile.am
gst-libs/gst/cdda/Makefile.am
gst-libs/gst/fft/Makefile.am
gst-libs/gst/interfaces/Makefile.am
gst-libs/gst/netbuffer/Makefile.am
gst-libs/gst/riff/Makefile.am
gst-libs/gst/rtp/Makefile.am
gst-libs/gst/rtsp/Makefile.am
gst-libs/gst/sdp/Makefile.am
gst-libs/gst/tag/Makefile.am
gst-libs/gst/video/Makefile.am