summaryrefslogtreecommitdiffstats
path: root/gst/law/alaw-decode.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-05-24 10:00:50 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-05-24 10:00:50 +0000
commit7b39d55850d32a2ecfb5c7552d2cd542f7897db5 (patch)
tree1a198a70d86b2c44b6042344d2b0c650aea20b81 /gst/law/alaw-decode.h
parentd4e266cd6dd1d0aad4942f48fe427f2a6ccf870e (diff)
gst/law/: Some cleanups in the chain functions.
Original commit message from CVS: * gst/law/alaw-decode.c: (gst_alawdec_chain): * gst/law/alaw-decode.h: * gst/law/alaw-encode.c: (gst_alawenc_chain): * gst/law/alaw-encode.h: * gst/law/mulaw-decode.c: (gst_mulawdec_chain): * gst/law/mulaw-decode.h: * gst/law/mulaw-encode.c: (gst_mulawenc_chain): * gst/law/mulaw-encode.h: Some cleanups in the chain functions. Remove some GStreamer 0.0.2 bits.
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__ */