summaryrefslogtreecommitdiffstats
path: root/gst/law/alaw-decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/law/alaw-decode.h')
-rw-r--r--gst/law/alaw-decode.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/gst/law/alaw-decode.h b/gst/law/alaw-decode.h
index aa3a418c..19f97189 100644
--- a/gst/law/alaw-decode.h
+++ b/gst/law/alaw-decode.h
@@ -21,15 +21,9 @@
#ifndef __GST_ALAWDECODE_H__
#define __GST_ALAWDECODE_H__
-
#include <gst/gst.h>
-/* #include <gst/meta/audioraw.h> */
-
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
#define GST_TYPE_ALAWDEC \
(gst_alawdec_get_type())
@@ -49,9 +43,6 @@ struct _GstALawDec {
GstElement element;
GstPad *sinkpad,*srcpad;
-
- /*MetaAudioRaw meta; */
-
};
struct _GstALawDecClass {
@@ -60,9 +51,6 @@ struct _GstALawDecClass {
GType gst_alawdec_get_type(void);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __GST_STEREO_H__ */