From 50bdf8c4623926eadd834e463357077bba0eec90 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Thu, 22 Sep 2005 22:38:48 +0000 Subject: Auparse ported to 0.9. Tested with filesrc ! auparse ! osssink and alsasink Original commit message from CVS: Auparse ported to 0.9. Tested with filesrc ! auparse ! osssink and alsasink --- gst/auparse/gstauparse.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'gst/auparse/gstauparse.h') diff --git a/gst/auparse/gstauparse.h b/gst/auparse/gstauparse.h index d6e5a082..9c9a8cd8 100644 --- a/gst/auparse/gstauparse.h +++ b/gst/auparse/gstauparse.h @@ -25,10 +25,7 @@ #include -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - +G_BEGIN_DECLS #define GST_TYPE_AUPARSE \ (gst_auparse_get_type()) @@ -64,10 +61,6 @@ struct _GstAuParseClass { GType gst_auparse_get_type (void); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - +G_END_DECLS #endif /* __GST_AUPARSE_H__ */ -- cgit