diff options
Diffstat (limited to 'gst/mve/gstmvemux.c')
-rw-r--r-- | gst/mve/gstmvemux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mve/gstmvemux.c b/gst/mve/gstmvemux.c index d66833f1..ce87006f 100644 --- a/gst/mve/gstmvemux.c +++ b/gst/mve/gstmvemux.c @@ -931,7 +931,7 @@ gst_mve_mux_push_chunk (GstMveMux * mvemux) if (size > G_MAXUINT16) { GST_ELEMENT_ERROR (mvemux, STREAM, ENCODE, (NULL), - ("encoding frame %d failed: maximum block size exceeded (%lu)", + ("encoding frame %d failed: maximum block size exceeded (%u)", mvemux->video_frames + 1, size)); return GST_FLOW_ERROR; } |