summaryrefslogtreecommitdiffstats
path: root/gst/law/alaw-encode.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/law/alaw-encode.h')
-rw-r--r--gst/law/alaw-encode.h33
1 files changed, 15 insertions, 18 deletions
diff --git a/gst/law/alaw-encode.h b/gst/law/alaw-encode.h
index 907fa3d8..e0801036 100644
--- a/gst/law/alaw-encode.h
+++ b/gst/law/alaw-encode.h
@@ -27,9 +27,8 @@
#ifdef __cplusplus
-extern "C"
-{
-#endif /* __cplusplus */
+extern "C" {
+#endif /* __cplusplus */
#define GST_TYPE_ALAWENC \
@@ -43,29 +42,27 @@ extern "C"
#define GST_IS_ALAWENC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_ALAWENC))
- typedef struct _GstALawEnc GstALawEnc;
- typedef struct _GstALawEncClass GstALawEncClass;
+typedef struct _GstALawEnc GstALawEnc;
+typedef struct _GstALawEncClass GstALawEncClass;
- struct _GstALawEnc
- {
- GstElement element;
+struct _GstALawEnc {
+ GstElement element;
- GstPad *sinkpad, *srcpad;
+ GstPad *sinkpad,*srcpad;
- /*MetaAudioRaw meta; */
+ /*MetaAudioRaw meta; */
- };
+};
- struct _GstALawEncClass
- {
- GstElementClass parent_class;
- };
+struct _GstALawEncClass {
+ GstElementClass parent_class;
+};
- GType gst_alawenc_get_type (void);
+GType gst_alawenc_get_type(void);
#ifdef __cplusplus
}
-#endif /* __cplusplus */
+#endif /* __cplusplus */
-#endif /* __GST_STEREO_H__ */
+#endif /* __GST_STEREO_H__ */