diff options
Diffstat (limited to 'gst/mve/mveaudioenc.c')
-rw-r--r-- | gst/mve/mveaudioenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mve/mveaudioenc.c b/gst/mve/mveaudioenc.c index 1de73753..47c0a3bd 100644 --- a/gst/mve/mveaudioenc.c +++ b/gst/mve/mveaudioenc.c @@ -105,7 +105,7 @@ mve_compress_audio (guint8 * dest, const guint8 * src, guint16 len,
} if (G_UNLIKELY (abs (real_res - s) > 32767)) { - GST_ERROR ("sign loss left unfixed in audio stream, deviation:%ld", + GST_ERROR ("sign loss left unfixed in audio stream, deviation:%d", real_res - s); return -1; } |