summaryrefslogtreecommitdiffstats
path: root/gst/law/mulaw-decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/law/mulaw-decode.h')
-rw-r--r--gst/law/mulaw-decode.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/gst/law/mulaw-decode.h b/gst/law/mulaw-decode.h
index d34c8c06..ea9aba06 100644
--- a/gst/law/mulaw-decode.h
+++ b/gst/law/mulaw-decode.h
@@ -17,19 +17,12 @@
* Boston, MA 02111-1307, USA.
*/
-
#ifndef __GST_MULAWDECODE_H__
#define __GST_MULAWDECODE_H__
-
#include <gst/gst.h>
-/* #include <gst/meta/audioraw.h> */
-
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
#define GST_TYPE_MULAWDEC \
(gst_mulawdec_get_type())
@@ -49,9 +42,6 @@ struct _GstMuLawDec {
GstElement element;
GstPad *sinkpad,*srcpad;
-
- /*MetaAudioRaw meta; */
-
};
struct _GstMuLawDecClass {
@@ -60,9 +50,6 @@ struct _GstMuLawDecClass {
GType gst_mulawdec_get_type(void);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __GST_STEREO_H__ */