gstreamer/gst/rtmp2
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
..
rtmp gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
gstrtmp2.c rtmp2: Clean up (improve) GstRtmpStopCommands type 2020-09-09 05:53:08 +00:00
gstrtmp2locationhandler.c rtmp2: Need to unescape the userinfo before setting 2020-08-30 09:53:42 +00:00
gstrtmp2locationhandler.h
gstrtmp2sink.c rtmp2sink: fix since marker on new "stop-commands" property 2020-10-12 11:55:46 +01:00
gstrtmp2sink.h
gstrtmp2src.c rtmp2src: Set buffer timestamp on output buffer 2020-10-28 16:32:32 +00:00
gstrtmp2src.h
meson.build
TODO