mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gst/gstcaps.h (gst_caps_is_simple): Removed deprecated macro (#157311).
Original commit message from CVS: 2005-07-15 Andy Wingo <wingo@pobox.com> * gst/gstcaps.h (gst_caps_is_simple): Removed deprecated macro (#157311).
This commit is contained in:
parent
096d369bb3
commit
1ac0654d11
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue