diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-08-17 19:05:51 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-08-17 19:05:51 +0000 |
commit | ba5b1e6c8ef3c0abbffd1e1b2a7ec0e03553926e (patch) | |
tree | 8a6b7119a956bd360498f0b592bd730a212808bd /gst/mpegaudioparse/gstmpegaudioparse.h | |
parent | 07dbb08aabe999d714265e13bd2ac67141c6a363 (diff) | |
download | gst-plugins-bad-ba5b1e6c8ef3c0abbffd1e1b2a7ec0e03553926e.tar.gz gst-plugins-bad-ba5b1e6c8ef3c0abbffd1e1b2a7ec0e03553926e.tar.bz2 gst-plugins-bad-ba5b1e6c8ef3c0abbffd1e1b2a7ec0e03553926e.zip |
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
Diffstat (limited to 'gst/mpegaudioparse/gstmpegaudioparse.h')
-rw-r--r-- | gst/mpegaudioparse/gstmpegaudioparse.h | 12 |
1 files changed, 2 insertions, 10 deletions
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 <gst/gst.h> - -#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__ */ |