gst/: Add glib-compat.h.

Original commit message from CVS:
2005-11-21  Andy Wingo  <wingo@pobox.com>

* gst/gsttaglist.h:
* gst/gstcaps.h:
* gst/gststructure.h: Add glib-compat.h.
This commit is contained in:
Andy Wingo 2005-11-21 19:58:23 +00:00
parent 5252cefbed
commit f641e8a9fe
4 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-11-21 Andy Wingo <wingo@pobox.com>
* gst/gsttaglist.h:
* gst/gstcaps.h:
* gst/gststructure.h: Add glib-compat.h.
2005-11-21 Wim Taymans <wim@fluendo.com>
* gst/gstbin.c: (gst_bin_change_state_func):
@ -25,7 +31,8 @@
* gst/gsttaglist.h:
* gst/gststructure.h:
* gst/gstcaps.h:
* gst/gstutils.h: Sprinkle NULL_TERMINATED to taste.
* gst/gstutils.h: Sprinkle NULL_TERMINATED to taste. Fixes
#319940.
* gst/gsterror.c (_gst_core_errors_init):
* gst/gsterror.h (GST_CORE_ERROR_MISSING_PLUGIN): New error

View file

@ -22,6 +22,7 @@
#include <gst/gstconfig.h>
#include <gst/gststructure.h>
#include <gst/glib-compat.h>
G_BEGIN_DECLS

View file

@ -23,6 +23,7 @@
#include <gst/gstconfig.h>
#include <glib-object.h>
#include <gst/gstclock.h>
#include <gst/glib-compat.h>
G_BEGIN_DECLS

View file

@ -24,6 +24,7 @@
#define __GST_TAGLIST_H__
#include <gst/gststructure.h>
#include <gst/glib-compat.h>
G_BEGIN_DECLS