flac: apparently on some platforms a FLAC__uint64!=guint64
This commit is contained in:
parent
f854836f5c
commit
f1fe1f52fd
@ -669,7 +669,7 @@ gst_flac_dec_seek (const FLAC__StreamDecoder * decoder,
|
|||||||
|
|
||||||
flacdec = GST_FLAC_DEC (client_data);
|
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;
|
flacdec->offset = position;
|
||||||
|
|
||||||
return FLAC__STREAM_DECODER_SEEK_STATUS_OK;
|
return FLAC__STREAM_DECODER_SEEK_STATUS_OK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user