tests: fix GstBus unit test with latest GLib
authorTim-Philipp Müller <tim@centricular.com>
Mon, 18 Nov 2013 15:28:32 +0000 (15:28 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 18 Nov 2013 15:28:32 +0000 (15:28 +0000)
commit47679cf2f8055f37be0b0dde1d7ea68be0972460
tree7a32e19cc816b33593ab021c40a942cffc104e17
parent9f669e5ea59433631e43f924d70c6001e1de3a07
tests: fix GstBus unit test with latest GLib

g_source_remove() works on the default main context, and
we're doing things with a custom context. Fixes warning
with newer GLib versions.
tests/check/gst/gstbus.c