summaryrefslogtreecommitdiffstats
path: root/gst/mve/mvevideoenc16.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mve/mvevideoenc16.c')
-rw-r--r--gst/mve/mvevideoenc16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mve/mvevideoenc16.c b/gst/mve/mvevideoenc16.c
index 4a18389b..ec82523d 100644
--- a/gst/mve/mvevideoenc16.c
+++ b/gst/mve/mvevideoenc16.c
@@ -1540,7 +1540,7 @@ mve_encode_frame16 (GstMveMux * mve, GstBuffer * frame, guint16 max_data)
}
/* find best solution with size constraints */
- GST_DEBUG_OBJECT (mve, "encoded frame %u in %ld bytes (lossless)",
+ GST_DEBUG_OBJECT (mve, "encoded frame %u in %u bytes (lossless)",
mve->video_frames + 1, encoded_size);
#if 0
@@ -1593,7 +1593,7 @@ mve_encode_frame16 (GstMveMux * mve, GstBuffer * frame, guint16 max_data)
goto done;
}
- GST_DEBUG_OBJECT (mve, "compressed frame %u to %ld bytes (lossy)",
+ GST_DEBUG_OBJECT (mve, "compressed frame %u to %u bytes (lossy)",
mve->video_frames + 1, encoded_size);
}