summaryrefslogtreecommitdiffstats
path: root/ext/xine
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-04-08 18:41:07 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-04-08 18:41:07 +0000
commitc93876f7994d721a1bd8e1eaae39a1cd64552fd8 (patch)
treec06f493b936dc01ff36bddb02001e1a42f028072 /ext/xine
parentc6ae02430d1bfce3c3eb0520f8f8d0eedb7bb420 (diff)
downloadgst-plugins-bad-c93876f7994d721a1bd8e1eaae39a1cd64552fd8.tar.gz
gst-plugins-bad-c93876f7994d721a1bd8e1eaae39a1cd64552fd8.tar.bz2
gst-plugins-bad-c93876f7994d721a1bd8e1eaae39a1cd64552fd8.zip
Fix broken GObject macros
Original commit message from CVS: * ext/xine/gstxine.h: * gst-libs/gst/play/play.h: * sys/v4l2/gstv4l2element.h: * sys/ximagesrc/ximageutil.h: Fix broken GObject macros
Diffstat (limited to 'ext/xine')
-rw-r--r--ext/xine/gstxine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xine/gstxine.h b/ext/xine/gstxine.h
index e222d7f1..5c320872 100644
--- a/ext/xine/gstxine.h
+++ b/ext/xine/gstxine.h
@@ -36,7 +36,7 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_XINE,GstXineClass))
#define GST_IS_XINE(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_XINE))
-#define GST_IS_XINE_CLASS(obj) \
+#define GST_IS_XINE_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_XINE))
typedef struct _GstXine GstXine;