gst/gstcaps.h (gst_caps_is_simple): Removed deprecated macro (#157311).
authorAndy Wingo <wingo@pobox.com>
Fri, 15 Jul 2005 16:10:41 +0000 (16:10 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 15 Jul 2005 16:10:41 +0000 (16:10 +0000)
Original commit message from CVS:
2005-07-15  Andy Wingo  <wingo@pobox.com>

* gst/gstcaps.h (gst_caps_is_simple): Removed deprecated macro
(#157311).

ChangeLog
gst/gstcaps.h

index 59f4474..c09cc20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-07-15  Andy Wingo  <wingo@pobox.com>
 
+       * gst/gstcaps.h (gst_caps_is_simple): Removed deprecated macro
+       (#157311).
+
        * gst/elements/gstidentity.c (marshal_VOID__MINIOBJECT): Write our
        own marshalling function for the handoff signal. Properly type the
        buffer as a buffer. Fixes some warnings. Should do a more general
index 462fe2b..a1cc4ff 100644 (file)
@@ -38,7 +38,6 @@ G_BEGIN_DECLS
 #define GST_STATIC_CAPS_NONE      GST_STATIC_CAPS("NONE")
 
 #define GST_CAPS_IS_SIMPLE(caps) (gst_caps_get_size(caps) == 1)
-#define gst_caps_is_simple(caps) GST_CAPS_IS_SIMPLE(caps)
 
 #ifndef GST_DISABLE_DEPRECATED
 #define GST_DEBUG_CAPS(string, caps) \