multiqueue: fix size of atomic counter

This commit is contained in:
Tim-Philipp Müller 2012-01-22 01:27:42 +00:00
parent 13d91d1f6c
commit 58a4d806d1

View 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 */