gstreamer/tests
Matthew Waters be9ad5eeb2 glcontext: track sharedness with a cookie
The previous approach of traversing the other_context weak ref tree was
1. Less performant
2. Incorrect for context destruction removing a link in the tree

Example of 2:
c1 = context_create (NULL)
c2 = context_create (c1)
c3 = context_create (c2)
context_can_share (c1, c3) == TRUE
context_destroy (c2)
unref (c2)
context_can_share (c1, c3) returns FALSE when it should be TRUE!

This does not remove the restriction that context sharedness can only
be tracked between GstGLContext's.
2015-07-18 15:34:55 +10:00
..
check glcontext: track sharedness with a cookie 2015-07-18 15:34:55 +10:00
examples new qt5 qml GL video sink 2015-07-10 15:25:26 +10:00
files tests: files: adds missing file from previous commit 2014-07-28 16:55:15 -03:00
icles examples: move vp8 parser test to codecparser example directory 2015-06-21 11:51:38 +01:00
Makefile.am tests: add very simple zbar unit test 2010-11-05 00:23:45 +00:00