summaryrefslogtreecommitdiff
path: root/gst/mve/gstmvemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mve/gstmvemux.c')
-rw-r--r--gst/mve/gstmvemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mve/gstmvemux.c b/gst/mve/gstmvemux.c
index e6c2fcb6c..3bf07b01e 100644
--- a/gst/mve/gstmvemux.c
+++ b/gst/mve/gstmvemux.c
@@ -337,7 +337,7 @@ static void
gst_mve_mux_palette_analyze (GstMveMux * mvemux, const GstBuffer * pal,
guint16 * first, guint16 * last)
{
- guint i;
+ gint i;
guint32 *col1;
col1 = (guint32 *) GST_BUFFER_DATA (pal);