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 645a13e17a742cf73e2fa45f8d5bff34ca115744..0eb01f95c7988c132e3d87c38460fbf28c0feed9 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 61cac61838022d553985a8138c99d6dbc9d23e97..755a9aaca3f8bdb40aa329172bb988f8bdf9b618 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <gst/gstconfig.h>
 #include <gst/gststructure.h>
+#include <gst/glib-compat.h>
 
 G_BEGIN_DECLS
 
index 9acc07e880d7f36c228f2280011a3faaafc5b4fa..635ddaf4b24009f7a705b10830a032ccd587dfc2 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 9bf358698675c16b023e2bd6dd45482ea33a1a08..99fe2a55c7f31d4461f9577cb8d9dab3ff267b0e 100644 (file)
@@ -24,6 +24,7 @@
 #define __GST_TAGLIST_H__
 
 #include <gst/gststructure.h>
+#include <gst/glib-compat.h>
 
 G_BEGIN_DECLS