diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-09-22 22:38:48 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-09-22 22:38:48 +0000 |
commit | 50bdf8c4623926eadd834e463357077bba0eec90 (patch) | |
tree | 0f406f2ec5b86a916633ceef49326f6d63c07fd2 /gst/auparse/gstauparse.h | |
parent | 7067b806e016f349cb9e83e49eddc8ede4d9c0d5 (diff) |
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
Diffstat (limited to 'gst/auparse/gstauparse.h')
-rw-r--r-- | gst/auparse/gstauparse.h | 11 |
1 files changed, 2 insertions, 9 deletions
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 <gst/gst.h> -#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__ */ |