gstreamer/tests/check
Wim Taymans 3b16efa1d1 miniobject: add lock functionality to GstMiniObject
Move the locking methods from GstMemory to GstMiniObject.
Add a miniobject flag to enable LOCKABLE objects. LOCKABLE objects can
use the lock/unlock API to control the access to the object.
Add a minobject flag that allows you to lock an object in readonly mode.
Modify the _is_writable() method to check the shared counter for LOCKABLE
objects. This allows us to control writability separately from the refcount for
LOCKABLE objects.
2012-07-05 11:19:16 +02:00
..
elements tests: add unit test for element re-use using fakesrc 2012-07-03 19:15:25 +01:00
generic bus: add GDestroyNotify to set_sync_handler() 2012-06-20 12:29:35 +02:00
gst miniobject: add lock functionality to GstMiniObject 2012-07-05 11:19:16 +02:00
libs check: New unit test for GstQueueArray 2012-07-04 17:46:54 +02:00
pipelines tests: port pipeline/seek test to 0.11 2012-03-08 20:08:20 +00:00
.gitignore tests/check/.cvsignore: Ignore test-registry.xml as well. 2007-01-09 14:38:11 +00:00
Makefile.am check: New unit test for GstQueueArray 2012-07-04 17:46:54 +02:00