From 2acf79a45e757e92e2208095f204652aa1c2a8a4 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 18 May 2005 10:32:31 +0000 Subject: Update to 1.2 API (303117). Original commit message from CVS: Reviewed by: Ronald S. Bultje * configure.ac: * ext/musepack/gstmusepackdec.h: * ext/musepack/gstmusepackreader.c: * ext/musepack/gstmusepackreader.h: Update to 1.2 API (303117). --- ext/musepack/gstmusepackdec.h | 2 +- ext/musepack/gstmusepackreader.c | 4 ++-- ext/musepack/gstmusepackreader.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ext') diff --git a/ext/musepack/gstmusepackdec.h b/ext/musepack/gstmusepackdec.h index a4493c4a..b75f87ec 100644 --- a/ext/musepack/gstmusepackdec.h +++ b/ext/musepack/gstmusepackdec.h @@ -22,7 +22,7 @@ #include #include -#include +#include #include "gstmusepackreader.h" G_BEGIN_DECLS diff --git a/ext/musepack/gstmusepackreader.c b/ext/musepack/gstmusepackreader.c index 230d7a3c..c69233f9 100644 --- a/ext/musepack/gstmusepackreader.c +++ b/ext/musepack/gstmusepackreader.c @@ -89,7 +89,7 @@ gst_musepack_reader_read (void *this, void *ptr, mpc_int32_t size) return read; } -static BOOL +static mpc_bool_t gst_musepack_reader_seek (void *this, mpc_int32_t offset) { GstByteStream *bs = this; @@ -126,7 +126,7 @@ gst_musepack_reader_get_size (void *this) return gst_bytestream_length (bs); } -static BOOL +static mpc_bool_t gst_musepack_reader_canseek (void *this) { return TRUE; diff --git a/ext/musepack/gstmusepackreader.h b/ext/musepack/gstmusepackreader.h index 2aa2edd2..d00153e8 100644 --- a/ext/musepack/gstmusepackreader.h +++ b/ext/musepack/gstmusepackreader.h @@ -20,7 +20,7 @@ #ifndef __GST_MUSEPACK_READER_H__ #define __GST_MUSEPACK_READER_H__ -#include +#include #include void gst_musepack_init_reader (mpc_reader * r, GstByteStream * bs); -- cgit v1.2.1