mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
gst/gstpad.h (GST_IS_PAD_FAST): Removed.
Original commit message from CVS: 2005-11-21 Andy Wingo <wingo@pobox.com> * gst/gstpad.h (GST_IS_PAD_FAST): Removed.
This commit is contained in:
parent
44c548b205
commit
ad7585d432
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
2005-11-21 Andy Wingo <wingo@pobox.com>
|
2005-11-21 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
|
* gst/gstpad.h (GST_IS_PAD_FAST): Removed.
|
||||||
|
|
||||||
* *.h:
|
* *.h:
|
||||||
* *.c: Ran scripts/update-macros. Oh yes.
|
* *.c: Ran scripts/update-macros. Oh yes.
|
||||||
|
|
||||||
|
|
|
@ -45,8 +45,6 @@ G_BEGIN_DECLS
|
||||||
#define GST_PAD_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_PAD, GstPadClass))
|
#define GST_PAD_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_PAD, GstPadClass))
|
||||||
#define GST_PAD_CAST(obj) ((GstPad*)(obj))
|
#define GST_PAD_CAST(obj) ((GstPad*)(obj))
|
||||||
|
|
||||||
/* FIXME: remove - its unused */
|
|
||||||
#define GST_IS_PAD_FAST(obj) (G_OBJECT_TYPE(obj) == GST_TYPE_PAD)
|
|
||||||
|
|
||||||
typedef struct _GstPad GstPad;
|
typedef struct _GstPad GstPad;
|
||||||
typedef struct _GstPadClass GstPadClass;
|
typedef struct _GstPadClass GstPadClass;
|
||||||
|
|
Loading…
Reference in a new issue