mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
9c5ca231a6
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. |
||
---|---|---|
.. | ||
addresspool.c | ||
client.c | ||
media.c | ||
mediafactory.c | ||
mountpoints.c | ||
onvif.c | ||
permissions.c | ||
rtspclientsink.c | ||
rtspserver.c | ||
sessionmedia.c | ||
sessionpool.c | ||
stream.c | ||
threadpool.c | ||
token.c |