audioconvert: change the format instead of cast as ensonic asked
This commit is contained in:
parent
7bba1217a5
commit
a34c29b524
@ -609,8 +609,8 @@ gst_gnome_vfs_src_create (GstBaseSrc * basesrc, guint64 offset, guint size,
|
|||||||
|
|
||||||
src = GST_GNOME_VFS_SRC (basesrc);
|
src = GST_GNOME_VFS_SRC (basesrc);
|
||||||
|
|
||||||
GST_DEBUG ("now at %" G_GUINT64_FORMAT ", reading from %" G_GUINT64_FORMAT
|
GST_DEBUG ("now at %" G_GINT64_FORMAT ", reading from %" G_GUINT64_FORMAT
|
||||||
", size %u", (guint64) src->curoffset, offset, size);
|
", size %u", src->curoffset, offset, size);
|
||||||
|
|
||||||
/* seek if required */
|
/* seek if required */
|
||||||
if (G_UNLIKELY (src->curoffset != offset)) {
|
if (G_UNLIKELY (src->curoffset != offset)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user