threadshare: racy test
Looks like this test is racy:
Running target/debug/deps/tcpclientsrc-ad3bbd792137128a
running 1 test
(tcpclientsrc-ad3bbd792137128a:22331): GStreamer-CRITICAL **: 14:31:50.725:
Trying to dispose element appsink0, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
error: test failed, to rerun pass '-p gst-plugin-threadshare --test tcpclientsrc'
Caused by:
process didn't exit successfully: `/builds/gdesmott/gst-plugins-rs/target/debug/deps/tcpclientsrc-ad3bbd792137128a` (signal: 5, SIGTRAP: trace/breakpoint trap)
CC @fengalin