multiqueue: fix size of atomic counter
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 22 Jan 2012 01:27:42 +0000 (01:27 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 22 Jan 2012 01:27:42 +0000 (01:27 +0000)
plugins/elements/gstmultiqueue.h

index 1da03680ecb2cd4e28367156c7e907028689ef1b..04c7501a80562caf82a35ab1c19c7e5434c91b5a 100644 (file)
@@ -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 */