mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
ext/ivorbis/vorbisfile.c: Trivial fix for build warning.
Original commit message from CVS: * ext/ivorbis/vorbisfile.c: Trivial fix for build warning. Patch by: Josep Torre Valles <josep@fluendo.com> Fixes: #515588
This commit is contained in:
parent
d86770610e
commit
9a395d1efe
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-02-10 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* ext/ivorbis/vorbisfile.c:
|
||||
Trivial fix for build warning.
|
||||
Patch by: Josep Torre Valles <josep@fluendo.com>
|
||||
Fixes: #515588
|
||||
|
||||
2008-02-10 Edgard Lima <edgard.lima@indt.org.br>
|
||||
|
||||
* ext/metadata/TODO:
|
||||
|
|
|
@ -386,7 +386,7 @@ gst_ivorbisfile_read (void *ptr, size_t size, size_t nmemb, void *datasource)
|
|||
}
|
||||
|
||||
static int
|
||||
gst_ivorbisfile_seek (void *datasource, int64_t offset, int whence)
|
||||
gst_ivorbisfile_seek (void *datasource, ogg_int64_t offset, int whence)
|
||||
{
|
||||
Ivorbisfile *ivorbisfile = GST_IVORBISFILE (datasource);
|
||||
guint64 pending_offset = ivorbisfile->offset;
|
||||
|
|
Loading…
Reference in a new issue