gst_private.h: make sure gst_private.h is included before glib.h
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 20 Jan 2010 01:09:55 +0000 (01:09 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 20 Jan 2010 01:48:56 +0000 (01:48 +0000)
commit087aa6ced43d84abb487d1c386b62232c6d4d4fa
tree0e272472909f4758198c6d311ba5ac293fbd219c
parent745b35e7d493f270804cedb35d90a1653968e29b
gst_private.h: make sure gst_private.h is included before glib.h

For the reason outlined at the beginning of gst_private.h (inline
functions in glib may need the g_log_domain variable). Also include
gst_private.h before using any G_OS_* defines, esp. in plugin loader.
gst/gst_private.h
gst/gstplugin.c
gst/gstpluginloader.c
gst/parse/grammar.y
gst/parse/parse.l
libs/gst/base/gstbasesink.c
libs/gst/helpers/gst-plugin-scanner.c
plugins/elements/gsttypefindelement.c