gstreamer/ext/sctp
Matthew Waters 640a65bf96 gst: don't use volatile to mean atomic
volatile is not sufficient to provide atomic guarantees and real atomics
should be used instead.  GCC 11 has started warning about using volatile
with atomic operations.

https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719

Discovered in https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/868

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2098>
2021-03-22 14:34:36 +11:00
..
usrsctp sctp: usrsctp: increase DIAG_MSG_LEN to accomodate longer file path 2020-08-26 00:00:24 +01:00
gstsctpdec.c sctp: Do downward state change logic after chaining up. 2020-10-31 01:47:06 +00: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 sctp: Do downward state change logic after chaining up. 2020-10-31 01:47:06 +00: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 sctp: hook up internal copy of libusrsctp to build 2020-08-14 01:33:28 +01:00
sctpassociation.c gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
sctpassociation.h sctp: Start connection synchronously when starting the association 2020-02-12 16:11:15 +00:00