omx: Don't broadcast port->port_cond after allocating buffers successfully
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 7 Jul 2011 10:21:31 +0000 (12:21 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 9 Jul 2011 09:06:06 +0000 (11:06 +0200)
commit28688414b88ff52ce4bb7cc94973b2ba68a882e6
tree91cd31a24f55db700755f49c408e0d4ed7f94e96
parent3ac2bfc9767f34548da40fc341566c0dbac90af0
omx: Don't broadcast port->port_cond after allocating buffers successfully

Allocating buffers must happen while no thread is waiting for the
cond and especially must happen from the thread that would acquire
buffers from the port.
omx/gstomx.c