Create a new atomic queue instance. initial_size will be rounded up to the nearest power of 2 and used as the initial size of the queue.
Get the amount of items in the queue.
Peek the head element of the queue without removing it from the queue.
Get the head element of the queue.
Append data to the tail of the queue.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
The #GstAtomicQueue object implements a queue that can be used from multiple threads without performing any blocking operations.