summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeexdec.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-14 22:34:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-14 22:34:33 +0000
commit5d25c00e4b613b9cdf2c04fa3a68dffa03834a68 (patch)
tree74a5b1eaf3a324b520e64e87404fd0b3018a7829 /ext/speex/gstspeexdec.h
parent1e83b097f7b732ae49e294a5a398bdc3e88854a8 (diff)
gst-indent
Original commit message from CVS: gst-indent
Diffstat (limited to 'ext/speex/gstspeexdec.h')
-rw-r--r--ext/speex/gstspeexdec.h33
1 files changed, 18 insertions, 15 deletions
diff --git a/ext/speex/gstspeexdec.h b/ext/speex/gstspeexdec.h
index c679dc18..6723742c 100644
--- a/ext/speex/gstspeexdec.h
+++ b/ext/speex/gstspeexdec.h
@@ -26,8 +26,9 @@
#include <speex.h>
#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+extern "C"
+{
+#endif /* __cplusplus */
#define GST_TYPE_SPEEXDEC \
@@ -41,26 +42,28 @@ extern "C" {
#define GST_IS_SPEEXDEC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_SPEEXDEC))
-typedef struct _GstSpeexDec GstSpeexDec;
-typedef struct _GstSpeexDecClass GstSpeexDecClass;
+ typedef struct _GstSpeexDec GstSpeexDec;
+ typedef struct _GstSpeexDecClass GstSpeexDecClass;
-struct _GstSpeexDec {
- GstElement element;
+ struct _GstSpeexDec
+ {
+ GstElement element;
- /* pads */
- GstPad *sinkpad,*srcpad;
-};
+ /* pads */
+ GstPad *sinkpad, *srcpad;
+ };
-struct _GstSpeexDecClass {
- GstElementClass parent_class;
-};
+ struct _GstSpeexDecClass
+ {
+ GstElementClass parent_class;
+ };
-GType gst_speexdec_get_type(void);
+ GType gst_speexdec_get_type (void);
#ifdef __cplusplus
}
-#endif /* __cplusplus */
+#endif /* __cplusplus */
-#endif /* __GST_SPEEXDEC_H__ */
+#endif /* __GST_SPEEXDEC_H__ */