pipeline: fix bus leak in seek test
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 2 May 2016 07:32:47 +0000 (09:32 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 3 May 2016 08:02:47 +0000 (11:02 +0300)
commit8af52df23bc3d2955ceaf0b07548e54522e24df0
tree41985a6b2a0203e351cbb68756377b28f4403482
parent0e42f92a76b0dd19c5be73ed0a6d5b86b195bd41
pipeline: fix bus leak in seek test

gst_bus_add_signal_watch_full() keeps a ref on the bus which should
be released using gst_bus_remove_signal_watch().

https://bugzilla.gnome.org/show_bug.cgi?id=765903
tests/check/pipelines/seek.c