mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
audioconvert: change the format instead of cast as ensonic asked
This commit is contained in:
parent
7bba1217a5
commit
a34c29b524
1 changed files with 2 additions and 2 deletions
|
@ -609,8 +609,8 @@ gst_gnome_vfs_src_create (GstBaseSrc * basesrc, guint64 offset, guint size,
|
|||
|
||||
src = GST_GNOME_VFS_SRC (basesrc);
|
||||
|
||||
GST_DEBUG ("now at %" G_GUINT64_FORMAT ", reading from %" G_GUINT64_FORMAT
|
||||
", size %u", (guint64) src->curoffset, offset, size);
|
||||
GST_DEBUG ("now at %" G_GINT64_FORMAT ", reading from %" G_GUINT64_FORMAT
|
||||
", size %u", src->curoffset, offset, size);
|
||||
|
||||
/* seek if required */
|
||||
if (G_UNLIKELY (src->curoffset != offset)) {
|
||||
|
|
Loading…
Reference in a new issue