From 58a4d806d1ae19968c128bf218a8a4c0db8677e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 22 Jan 2012 01:27:42 +0000 Subject: [PATCH] multiqueue: fix size of atomic counter --- plugins/elements/gstmultiqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstmultiqueue.h b/plugins/elements/gstmultiqueue.h index 1da03680ec..04c7501a80 100644 --- a/plugins/elements/gstmultiqueue.h +++ b/plugins/elements/gstmultiqueue.h @@ -65,7 +65,7 @@ struct _GstMultiQueue { gboolean buffering; gint percent; - guint32 counter; /* incoming object counter, use atomic accesses */ + guint counter; /* incoming object counter, use atomic accesses */ guint32 highid; /* contains highest id of last outputted object */ GstClockTime high_time; /* highest start running time */