gstreamer/libs
Edward Hervey 588cdcd369 libs: New growing-only queue.
This is a queue which has the same API as GQueue, except that:
* It uses an array, instead of a doubled-linked-list
* The array can only grow.

This code is not-threadsafe. It is up to the owner to make sure the
proper locking is taken before calling this API.
2012-07-04 17:46:53 +02:00
..
gst libs: New growing-only queue. 2012-07-04 17:46:53 +02:00
Makefile.am android: make it ready for androgenizer 2011-04-11 01:08:07 +02:00