summaryrefslogtreecommitdiffstats
path: root/ext/musepack/gstmusepackreader.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-05-18 10:32:31 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-05-18 10:32:31 +0000
commit2acf79a45e757e92e2208095f204652aa1c2a8a4 (patch)
treebd1be2055d4dc90b3a6f344fb3e660609836cf12 /ext/musepack/gstmusepackreader.c
parent3926c8e2bb6082b5a571968d46891b68ab888673 (diff)
downloadgst-plugins-bad-2acf79a45e757e92e2208095f204652aa1c2a8a4.tar.gz
gst-plugins-bad-2acf79a45e757e92e2208095f204652aa1c2a8a4.tar.bz2
gst-plugins-bad-2acf79a45e757e92e2208095f204652aa1c2a8a4.zip
Update to 1.2 API (303117).
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * configure.ac: * ext/musepack/gstmusepackdec.h: * ext/musepack/gstmusepackreader.c: * ext/musepack/gstmusepackreader.h: Update to 1.2 API (303117).
Diffstat (limited to 'ext/musepack/gstmusepackreader.c')
-rw-r--r--ext/musepack/gstmusepackreader.c4
1 files changed, 2 insertions, 2 deletions
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;