From 5acffea623eaa95469a8fb77260c85240c6c0a41 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 15 Mar 2004 16:32:54 +0000 Subject: *.h: Revert indenting Original commit message from CVS: * *.h: Revert indenting --- gst/law/alaw-decode.h | 33 +++++++++++++++------------------ gst/law/alaw-encode.h | 33 +++++++++++++++------------------ gst/law/mulaw-conversion.h | 6 ++++-- gst/law/mulaw-decode.h | 33 +++++++++++++++------------------ gst/law/mulaw-encode.h | 33 +++++++++++++++------------------ 5 files changed, 64 insertions(+), 74 deletions(-) (limited to 'gst/law') 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__ */ 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__ */ diff --git a/gst/law/mulaw-conversion.h b/gst/law/mulaw-conversion.h index db07789d..55180121 100644 --- a/gst/law/mulaw-conversion.h +++ b/gst/law/mulaw-conversion.h @@ -3,6 +3,8 @@ #include -void mulaw_encode (gint16 * in, guint8 * out, gint numsamples); -void mulaw_decode (guint8 * in, gint16 * out, gint numsamples); +void +mulaw_encode(gint16* in, guint8* out, gint numsamples); +void +mulaw_decode(guint8* in,gint16* out,gint numsamples); #endif diff --git a/gst/law/mulaw-decode.h b/gst/law/mulaw-decode.h index 9fb32267..d34c8c06 100644 --- a/gst/law/mulaw-decode.h +++ b/gst/law/mulaw-decode.h @@ -27,9 +27,8 @@ #ifdef __cplusplus -extern "C" -{ -#endif /* __cplusplus */ +extern "C" { +#endif /* __cplusplus */ #define GST_TYPE_MULAWDEC \ @@ -43,29 +42,27 @@ extern "C" #define GST_IS_MULAWDEC_CLASS(obj) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_MULAWDEC)) - typedef struct _GstMuLawDec GstMuLawDec; - typedef struct _GstMuLawDecClass GstMuLawDecClass; +typedef struct _GstMuLawDec GstMuLawDec; +typedef struct _GstMuLawDecClass GstMuLawDecClass; - struct _GstMuLawDec - { - GstElement element; +struct _GstMuLawDec { + GstElement element; - GstPad *sinkpad, *srcpad; + GstPad *sinkpad,*srcpad; - /*MetaAudioRaw meta; */ + /*MetaAudioRaw meta; */ - }; +}; - struct _GstMuLawDecClass - { - GstElementClass parent_class; - }; +struct _GstMuLawDecClass { + GstElementClass parent_class; +}; - GType gst_mulawdec_get_type (void); +GType gst_mulawdec_get_type(void); #ifdef __cplusplus } -#endif /* __cplusplus */ +#endif /* __cplusplus */ -#endif /* __GST_STEREO_H__ */ +#endif /* __GST_STEREO_H__ */ diff --git a/gst/law/mulaw-encode.h b/gst/law/mulaw-encode.h index 2ef39d23..6d99759b 100644 --- a/gst/law/mulaw-encode.h +++ b/gst/law/mulaw-encode.h @@ -27,9 +27,8 @@ #ifdef __cplusplus -extern "C" -{ -#endif /* __cplusplus */ +extern "C" { +#endif /* __cplusplus */ #define GST_TYPE_MULAWENC \ @@ -43,29 +42,27 @@ extern "C" #define GST_IS_MULAWENC_CLASS(obj) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_MULAWENC)) - typedef struct _GstMuLawEnc GstMuLawEnc; - typedef struct _GstMuLawEncClass GstMuLawEncClass; +typedef struct _GstMuLawEnc GstMuLawEnc; +typedef struct _GstMuLawEncClass GstMuLawEncClass; - struct _GstMuLawEnc - { - GstElement element; +struct _GstMuLawEnc { + GstElement element; - GstPad *sinkpad, *srcpad; + GstPad *sinkpad,*srcpad; - /*MetaAudioRaw meta; */ + /*MetaAudioRaw meta; */ - }; +}; - struct _GstMuLawEncClass - { - GstElementClass parent_class; - }; +struct _GstMuLawEncClass { + GstElementClass parent_class; +}; - GType gst_mulawenc_get_type (void); +GType gst_mulawenc_get_type(void); #ifdef __cplusplus } -#endif /* __cplusplus */ +#endif /* __cplusplus */ -#endif /* __GST_STEREO_H__ */ +#endif /* __GST_STEREO_H__ */ -- cgit