gstreamer/tests/check/nle
Thibault Saunier eac22d333a tests:nle: Unref the bus before unrefing the pipeline
Aiming at fixing a rare race condition where we get:

    ../subprojects/gstreamer/libs/gst/check/gstcheck.c:1258:F:nlecomposition:test_seek_on_nested:0: nested_src0_0x1a1a310 is not destroyed, 1 refcounts left!

The idea is that there might have a remaining GstMessage
with the nested_src as `message.src` on the bus that has
yet to be processed in some conditions leading to a reference
still existing when unrefing the pipeline.
2019-08-12 17:40:33 -04:00
..
common.c tests: nle: Fix GList leak 2019-01-18 20:32:02 +00:00
common.h tests: nle: Fix GList leak 2019-01-18 20:32:02 +00:00
complex.c tests: init/deinit per test case 2019-01-28 17:35:04 +09:00
nlecomposition.c tests:nle: Unref the bus before unrefing the pipeline 2019-08-12 17:40:33 -04:00
nleoperation.c tests: init/deinit per test case 2019-01-28 17:35:04 +09:00
nlesource.c Cleanup import of GNL and rename gnl to nle for Non Linear Engine 2014-10-31 11:58:12 +01:00
seek.c Cleanup import of GNL and rename gnl to nle for Non Linear Engine 2014-10-31 11:58:12 +01:00
simple.c tests: init/deinit per test case 2019-01-28 17:35:04 +09:00
tempochange.c tests: nle: Fix various leak 2019-01-18 20:32:02 +00:00