summaryrefslogtreecommitdiffstats
path: root/ext/sndfile/gstsfsrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sndfile/gstsfsrc.c')
-rw-r--r--ext/sndfile/gstsfsrc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/sndfile/gstsfsrc.c b/ext/sndfile/gstsfsrc.c
index 449c32fb..0cd1e913 100644
--- a/ext/sndfile/gstsfsrc.c
+++ b/ext/sndfile/gstsfsrc.c
@@ -267,9 +267,9 @@ bad_offset:
}
bad_length:
{
- GST_ELEMENT_ERROR (this, RESOURCE, SEEK,
- (NULL), ("length %" G_GUINT64_FORMAT " not divisible by %d bytes per "
- "frame", length, this->bytes_per_frame));
+ GST_ELEMENT_ERROR (this, RESOURCE, SEEK, (NULL),
+ ("length %u not divisible by %d bytes per frame", length,
+ this->bytes_per_frame));
return GST_FLOW_ERROR;
}
seek_failed: