gst/: Add glib-compat.h.
authorAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 19:58:23 +0000 (19:58 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 19:58:23 +0000 (19:58 +0000)
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.

ChangeLog
gst/gstcaps.h
gst/gststructure.h
gst/gsttaglist.h

index 645a13e..0eb01f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 61cac61..755a9aa 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <gst/gstconfig.h>
 #include <gst/gststructure.h>
+#include <gst/glib-compat.h>
 
 G_BEGIN_DECLS
 
index 9acc07e..635ddaf 100644 (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
 
index 9bf3586..99fe2a5 100644 (file)
@@ -24,6 +24,7 @@
 #define __GST_TAGLIST_H__
 
 #include <gst/gststructure.h>
+#include <gst/glib-compat.h>
 
 G_BEGIN_DECLS