audioconvert: change the format instead of cast as ensonic asked

This commit is contained in:
Josep Torra 2009-10-09 15:32:45 +02:00
parent 7bba1217a5
commit a34c29b524

View file

@ -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)) {