gstreamer/ext/sctp
Sebastian Dröge 4c5c6e68c6 sctp: Switch back to a non-recursive mutex and don't hold it while calling any usrsctp functions
The library is thread-safe by itself and potentially calls back into our
code, not only from the same thread but also from other threads. This
can easily lead to deadlocks if we try to hold our mutex on both sides.
2020-02-12 16:11:15 +00:00
..
gstsctpdec.c sctp: Add more logging to the encoder/decoder elements on data processing 2020-01-31 08:55:10 +02:00
gstsctpdec.h sctpdec: Use a flow combiner for the source pad flow returns and propagate errors upstream 2020-01-30 15:56:36 +02:00
gstsctpenc.c sctpenc: Report errors when sending out data and the association is in error or disconnected state 2020-01-31 08:55:10 +02:00
gstsctpenc.h sctpenc: Propagate downstream flow errors upstream 2020-01-30 15:58:30 +02:00
gstsctpplugin.c Add new SCTP plugins (sctpenc/sctpdec) 2018-09-21 19:36:52 +10:00
meson.build meson: add more plugins to plugins list 2019-05-30 20:41:57 +02:00
sctpassociation.c sctp: Switch back to a non-recursive mutex and don't hold it while calling any usrsctp functions 2020-02-12 16:11:15 +00:00
sctpassociation.h sctp: Switch back to a non-recursive mutex and don't hold it while calling any usrsctp functions 2020-02-12 16:11:15 +00:00