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