summaryrefslogtreecommitdiffstats
path: root/ext/theora/theoradec.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-01-21 10:06:08 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-01-21 10:06:08 +0000
commitcb1684abecd2afe8bf8ba326cf2d3f0ff1ce7aaf (patch)
tree26bc7f9ec46b4f2129b650aba1082e4c7fb81f55 /ext/theora/theoradec.h
parentefad8af2a1b377f43db2c8bac71fef5c07070c05 (diff)
downloadgst-plugins-bad-cb1684abecd2afe8bf8ba326cf2d3f0ff1ce7aaf.tar.gz
gst-plugins-bad-cb1684abecd2afe8bf8ba326cf2d3f0ff1ce7aaf.tar.bz2
gst-plugins-bad-cb1684abecd2afe8bf8ba326cf2d3f0ff1ce7aaf.zip
Coherent namespace usage and adding symbold from unused to sections.
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * ext/theora/theoradec.c: * ext/theora/theoradec.h: Coherent namespace usage and adding symbold from unused to sections.
Diffstat (limited to 'ext/theora/theoradec.h')
-rw-r--r--ext/theora/theoradec.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/theora/theoradec.h b/ext/theora/theoradec.h
index 88e4c251..ccda321e 100644
--- a/ext/theora/theoradec.h
+++ b/ext/theora/theoradec.h
@@ -31,16 +31,16 @@
G_BEGIN_DECLS
-#define GST_TYPE_THEORA_DEC \
+#define GST_TYPE_THEORA_DEC_EXP \
(gst_theoradec_get_type())
-#define GST_THEORA_DEC(obj) \
- (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_THEORA_DEC,GstTheoraExpDec))
-#define GST_THEORA_DEC_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_THEORA_DEC,GstTheoraExpDecClass))
-#define GST_IS_THEORA_DEC(obj) \
- (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_THEORA_DEC))
-#define GST_IS_THEORA_DEC_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_THEORA_DEC))
+#define GST_THEORA_DEC_EXP(obj) \
+ (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_THEORA_DEC_EXP,GstTheoraExpDec))
+#define GST_THEORA_DEC_EXP_CLASS(klass) \
+ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_THEORA_DEC_EXP,GstTheoraExpDecClass))
+#define GST_IS_THEORA_DEC_EXP(obj) \
+ (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_THEORA_DEC_EXP))
+#define GST_IS_THEORA_DEC_EXP_CLASS(klass) \
+ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_THEORA_DEC_EXP))
typedef struct _GstTheoraExpDec GstTheoraExpDec;
typedef struct _GstTheoraExpDecClass GstTheoraExpDecClass;