diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-06 13:15:04 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-06 13:15:04 +0000 |
commit | d1323179c9ae217ac3e9c30d8581dbc41cc567a0 (patch) | |
tree | 325a9e31a843d737da049d337f5665b9e579a8d7 /ext/musepack/gstmusepackreader.c | |
parent | 13cd0b0626c4844da4682b8aff47e9195c24e7cc (diff) | |
download | gst-plugins-bad-d1323179c9ae217ac3e9c30d8581dbc41cc567a0.tar.gz gst-plugins-bad-d1323179c9ae217ac3e9c30d8581dbc41cc567a0.tar.bz2 gst-plugins-bad-d1323179c9ae217ac3e9c30d8581dbc41cc567a0.zip |
ext/musepack/: Forgot those two.
Original commit message from CVS:
* ext/musepack/gstmusepackdec.h:
* ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
Forgot those two.
Diffstat (limited to 'ext/musepack/gstmusepackreader.c')
-rw-r--r-- | ext/musepack/gstmusepackreader.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/musepack/gstmusepackreader.c b/ext/musepack/gstmusepackreader.c index a801f7cc..d98f48f6 100644 --- a/ext/musepack/gstmusepackreader.c +++ b/ext/musepack/gstmusepackreader.c @@ -62,7 +62,8 @@ gst_musepack_reader_peek (void *this, void *ptr, mpc_int32_t size) if (read < size) { GST_WARNING_OBJECT (musepackdec, "Short read: got only %u bytes of %u " - "bytes requested", read, size); + "bytes requested at offset %" G_GINT64_FORMAT, read, size, + musepackdec->offset); /* GST_ELEMENT_ERROR (musepackdec, RESOURCE, READ, (NULL), (NULL)); */ } |