tests: fix bus leaks
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 12 Jul 2016 14:45:36 +0000 (16:45 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 18 Jul 2016 09:53:19 +0000 (10:53 +0100)
commit94232da66554cc78029cdaffb059c0fa2e192475
tree2c7aa067b6887da63084a0c7bb9c82e87480a751
parent74177f9b6fc436ab22bcd9957ca8d964abf9ff5c
tests: fix bus leaks

gst_bus_add_signal_watch() takes a ref on the bus which should be
released using gst_bus_remove_signal_watch().

https://bugzilla.gnome.org/show_bug.cgi?id=768739
tests/check/elements/audiofirfilter.c
tests/check/elements/audioiirfilter.c
tests/check/elements/rtp-payloading.c
tests/check/elements/videobox.c
tests/check/pipelines/effectv.c