message: revive async delivery message before bus thread can run unref
authorTim-Philipp Müller <tim@centricular.com>
Tue, 17 Feb 2015 20:47:23 +0000 (20:47 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 17 Feb 2015 20:49:53 +0000 (20:49 +0000)
commit10f038d4fbe50cb5348107a51806dda3412c1ace
treec7fea69d79ec5fd837e8f536fcc266b627241105
parent4a757e651a964bb4d775d56e0712d3b6ac51bfab
message: revive async delivery message before bus thread can run unref

Revive message in dispose handler before we signal the bus thread,
otherwise the bus thread might be woken up and unref the message
before we had a chance to revive it yet.
gst/gstmessage.c