mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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;
|
gboolean buffering;
|
||||||
gint percent;
|
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 */
|
guint32 highid; /* contains highest id of last outputted object */
|
||||||
GstClockTime high_time; /* highest start running time */
|
GstClockTime high_time; /* highest start running time */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue