mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
multiqueue: fix size of atomic counter
This commit is contained in:
parent
13d91d1f6c
commit
58a4d806d1
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue