projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f854836
)
flac: apparently on some platforms a FLAC__uint64!=guint64
author
Stefan Kost
<ensonic@users.sf.net>
Fri, 9 Oct 2009 11:37:32 +0000
(14:37 +0300)
committer
Stefan Kost
<ensonic@users.sf.net>
Fri, 9 Oct 2009 11:37:32 +0000
(14:37 +0300)
ext/flac/gstflacdec.c
patch
|
blob
|
history
diff --git
a/ext/flac/gstflacdec.c
b/ext/flac/gstflacdec.c
index 5e9e8b7ae35c894fe20d5b14cb9c80a855426079..f28df87da391d08f2704c79fd4c25cf3b6a1ba71 100644
(file)
--- a/
ext/flac/gstflacdec.c
+++ b/
ext/flac/gstflacdec.c
@@
-669,7
+669,7
@@
gst_flac_dec_seek (const FLAC__StreamDecoder * decoder,
flacdec = GST_FLAC_DEC (client_data);
- GST_DEBUG_OBJECT (flacdec, "seek %" G_GUINT64_FORMAT, position);
+ GST_DEBUG_OBJECT (flacdec, "seek %" G_GUINT64_FORMAT,
(guint64)
position);
flacdec->offset = position;
return FLAC__STREAM_DECODER_SEEK_STATUS_OK;