gstreamer/tests/check/gst
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
..
addresspool.c address-pool: fix address increment 2013-11-12 16:54:59 +01:00
client.c client test: add scale and speed negative tests 2019-11-12 09:56:39 +01:00
media.c media: remove memleak in test test_media_seek 2019-10-07 10:42:54 +02:00
mediafactory.c New property for socket binding to mcast addresses 2018-09-28 13:27:48 +03:00
mountpoints.c tests: mountpoints: add more checks for mount point path matching 2018-01-25 12:13:20 +00:00
onvif.c onvif tests: use g_cond_wait() correctly 2019-07-17 15:39:45 +02:00
permissions.c permissions: more bindings-friendly API 2018-03-02 16:21:37 +01:00
rtspclientsink.c gst: Run everything through gst-indent again 2018-04-04 10:06:06 +03:00
rtspserver.c rtspserver: Remove memleak in test test_double_play 2019-10-07 10:42:04 +02:00
sessionmedia.c tests: fix memory leak in sessionmedia unit test 2014-05-02 19:58:40 +01:00
sessionpool.c tests: fix indentation 2018-01-13 15:02:48 +00:00
stream.c rtsp-stream: Removing invalid transports returns false 2019-11-25 19:12:10 +01:00
threadpool.c tests: Improve code coverage of rtsp-threadpool tests 2014-03-24 00:44:55 +00:00
token.c rtsp-token: add some API to set fields from bindings 2018-01-18 22:37:57 +00:00