gstreamer/tests
Adam x Nilsson 9c5ca231a6 rtsp-stream: Removing invalid transports returns false
When removing transports an assertion was that the transports passed in
for removal are present in the list, however that can't be assumed.
As an example if a transport was removed from a thread running
send_tcp_message, the main thread can try to remove the same transport
again if it gets a handle_pause_request. This will not effect the
transport list but it will effect n_tcp_transports as it will be
decrement and then have the wrong value.
2019-11-25 19:12:10 +01:00
..
check rtsp-stream: Removing invalid transports returns false 2019-11-25 19:12:10 +01:00
meson.build meson: Use feature option for tests option 2018-09-01 11:23:54 +05:30
test-cleanup.c test-cleanup: bind any port 2018-02-12 19:12:35 +01:00
test-reuse.c Fix timeout function signatures across tests and examples 2015-04-23 20:12:18 +02:00