summaryrefslogtreecommitdiffstats
path: root/gst/law/alaw-decode.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-03-15 16:32:54 +0000
committerJohan Dahlin <johan@gnome.org>2004-03-15 16:32:54 +0000
commit5acffea623eaa95469a8fb77260c85240c6c0a41 (patch)
tree5d1eb5b3c6cbe7ff7888cfe0b2f972f7e509e99d /gst/law/alaw-decode.h
parentf878cc16402dcc70f31861bb120f435f3157c518 (diff)
*.h: Revert indenting
Original commit message from CVS: * *.h: Revert indenting
Diffstat (limited to 'gst/law/alaw-decode.h')
-rw-r--r--gst/law/alaw-decode.h33
1 files changed, 15 insertions, 18 deletions
diff --git a/gst/law/alaw-decode.h b/gst/law/alaw-decode.h
index 8a6ac61b..aa3a418c 100644
--- a/gst/law/alaw-decode.h
+++ b/gst/law/alaw-decode.h
@@ -27,9 +27,8 @@
#ifdef __cplusplus
-extern "C"
-{
-#endif /* __cplusplus */
+extern "C" {
+#endif /* __cplusplus */
#define GST_TYPE_ALAWDEC \
@@ -43,29 +42,27 @@ extern "C"
#define GST_IS_ALAWDEC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_ALAWDEC))
- typedef struct _GstALawDec GstALawDec;
- typedef struct _GstALawDecClass GstALawDecClass;
+typedef struct _GstALawDec GstALawDec;
+typedef struct _GstALawDecClass GstALawDecClass;
- struct _GstALawDec
- {
- GstElement element;
+struct _GstALawDec {
+ GstElement element;
- GstPad *sinkpad, *srcpad;
+ GstPad *sinkpad,*srcpad;
- /*MetaAudioRaw meta; */
+ /*MetaAudioRaw meta; */
- };
+};
- struct _GstALawDecClass
- {
- GstElementClass parent_class;
- };
+struct _GstALawDecClass {
+ GstElementClass parent_class;
+};
- GType gst_alawdec_get_type (void);
+GType gst_alawdec_get_type(void);
#ifdef __cplusplus
}
-#endif /* __cplusplus */
+#endif /* __cplusplus */
-#endif /* __GST_STEREO_H__ */
+#endif /* __GST_STEREO_H__ */