summaryrefslogtreecommitdiffstats
path: root/gst/playondemand/gstplayondemand.h
diff options
context:
space:
mode:
authorLeif Johnson <leif@ambient.2y.net>2003-11-16 21:48:55 +0000
committerLeif Johnson <leif@ambient.2y.net>2003-11-16 21:48:55 +0000
commit531a3a69366e47dc5adc5ff10c103416eaa3361e (patch)
tree90708458fc8191259bde38a29e54bd227b47a58a /gst/playondemand/gstplayondemand.h
parent70ac550707d2b3049836750e523404aa6460e915 (diff)
downloadgst-plugins-bad-531a3a69366e47dc5adc5ff10c103416eaa3361e.tar.gz
gst-plugins-bad-531a3a69366e47dc5adc5ff10c103416eaa3361e.tar.bz2
gst-plugins-bad-531a3a69366e47dc5adc5ff10c103416eaa3361e.zip
+ further mucking about with the playondemand filter
Original commit message from CVS: + further mucking about with the playondemand filter
Diffstat (limited to 'gst/playondemand/gstplayondemand.h')
-rw-r--r--gst/playondemand/gstplayondemand.h17
1 files changed, 6 insertions, 11 deletions
diff --git a/gst/playondemand/gstplayondemand.h b/gst/playondemand/gstplayondemand.h
index b73b5c2a..8c7fa212 100644
--- a/gst/playondemand/gstplayondemand.h
+++ b/gst/playondemand/gstplayondemand.h
@@ -22,21 +22,20 @@
#ifndef __GST_PLAYONDEMAND_H__
#define __GST_PLAYONDEMAND_H__
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <gst/gst.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
+G_BEGIN_DECLS
#define GST_TYPE_PLAYONDEMAND \
(gst_play_on_demand_get_type())
#define GST_PLAYONDEMAND(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_PLAYONDEMAND,GstPlayOnDemand))
#define GST_PLAYONDEMAND_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_ULAW,GstPlayOnDemand))
+ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_PLAYONDEMAND,GstPlayOnDemand))
#define GST_IS_PLAYONDEMAND(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_PLAYONDEMAND))
#define GST_IS_PLAYONDEMAND_CLASS(obj) \
@@ -94,10 +93,6 @@ struct _GstPlayOnDemandClass {
GType gst_play_on_demand_get_type(void);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __GST_PLAYONDEMAND_H__ */