summaryrefslogtreecommitdiffstats
path: root/gst/mve/mvevideoenc8.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mve/mvevideoenc8.c')
-rw-r--r--gst/mve/mvevideoenc8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mve/mvevideoenc8.c b/gst/mve/mvevideoenc8.c
index 78e3eb17..37eb4ecc 100644
--- a/gst/mve/mvevideoenc8.c
+++ b/gst/mve/mvevideoenc8.c
@@ -1638,7 +1638,7 @@ mve_encode_frame8 (GstMveMux * mve, GstBuffer * frame, const guint32 * palette,
}
/* 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
@@ -1691,7 +1691,7 @@ mve_encode_frame8 (GstMveMux * mve, GstBuffer * frame, const guint32 * palette,
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);
}