From ba5b1e6c8ef3c0abbffd1e1b2a7ec0e03553926e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 17 Aug 2005 19:05:51 +0000 Subject: configure.ac: Added mpegaudioparse Original commit message from CVS: * configure.ac: Added mpegaudioparse * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_src_setcaps), (gst_lame_sink_setcaps), (gst_lame_sink_event), (gst_lame_chain): Some cleanups. Fix memleak. * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_class_init), (gst_mp3parse_init), (gst_mp3parse_chain), (gst_mp3parse_change_state): * gst/mpegaudioparse/gstmpegaudioparse.h: Ported mpegaudioparse --- gst/mpegaudioparse/gstmpegaudioparse.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'gst/mpegaudioparse/gstmpegaudioparse.h') diff --git a/gst/mpegaudioparse/gstmpegaudioparse.h b/gst/mpegaudioparse/gstmpegaudioparse.h index ce8121a0..a8c2a235 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.h +++ b/gst/mpegaudioparse/gstmpegaudioparse.h @@ -24,11 +24,7 @@ #include - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - +G_BEGIN_DECLS #define GST_TYPE_MP3PARSE \ (gst_mp3parse_get_type()) @@ -62,10 +58,6 @@ struct _GstMPEGAudioParseClass { GType gst_mp3parse_get_type(void); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - +G_END_DECLS #endif /* __MP3PARSE_H__ */ -- cgit v1.2.1