George Kiagiadakis 51a2c694ad waylandsink: Handle wl_buffer::release and don't reuse buffers that are not released
This is achieved by adding an extra reference on the buffers, which does
not allow them to return to the pool. When they are released, this reference
is dropped.

The rest complexity of this patch (hash table, mutex, flag, explicit release calls)
merely exists to allow a safe, guaranteed and deadlock-free destruction sequence.
See the added comment on gstwaylandsink.c for details.
2014-06-17 13:51:24 +02:00
..
2014-04-08 09:55:15 +02:00
2014-04-08 12:41:16 +01:00
2014-04-10 17:55:21 +01:00
2014-06-12 10:17:10 +01:00
2014-04-09 18:12:58 +01:00
2013-05-12 23:42:06 +01:00
2014-05-30 16:58:59 -03:00
2013-12-03 14:53:24 +01:00
2014-06-05 09:41:31 +02:00