diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-11-22 15:09:28 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-11-22 15:09:28 +0000 |
commit | a5ef8aef56c1639abcc23b7ba19c00225a041e89 (patch) | |
tree | bc33c90323654be703b24750180402ae4dd35dca /ext/musepack/gstmusepackreader.h | |
parent | ee0e50b84d25f2886d41c9629c01edc376237fcd (diff) | |
download | gst-plugins-bad-a5ef8aef56c1639abcc23b7ba19c00225a041e89.tar.gz gst-plugins-bad-a5ef8aef56c1639abcc23b7ba19c00225a041e89.tar.bz2 gst-plugins-bad-a5ef8aef56c1639abcc23b7ba19c00225a041e89.zip |
Musepackdec ported to 0.9. There is still a small problem to be solved, after the end of file, the pipeline doens't s...
Original commit message from CVS:
Musepackdec ported to 0.9. There is still a small problem to be solved, after the end of file, the pipeline doens't stop.
Diffstat (limited to 'ext/musepack/gstmusepackreader.h')
-rw-r--r-- | ext/musepack/gstmusepackreader.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/musepack/gstmusepackreader.h b/ext/musepack/gstmusepackreader.h index 2aa2edd2..d5a477cb 100644 --- a/ext/musepack/gstmusepackreader.h +++ b/ext/musepack/gstmusepackreader.h @@ -20,9 +20,10 @@ #ifndef __GST_MUSEPACK_READER_H__ #define __GST_MUSEPACK_READER_H__ -#include <musepack/musepack.h> -#include <gst/bytestream/bytestream.h> +#include <mpcdec/mpcdec.h> +//#include <gst/bytestream/bytestream.h> +#include "gstmusepackdec.h" -void gst_musepack_init_reader (mpc_reader * r, GstByteStream * bs); +void gst_musepack_init_reader (mpc_reader * r, GstMusepackDec * musepackdec); #endif /* __GST_MUSEPACK_READER_H__ */ |