gst-plugins-rs/net/aws/src/s3hlssink
Sanchayan Maity 6006a0ba36 aws/s3hlssink: Fix deadlock on EOS
In state change to NULL, we take state lock and call stop. When stop
is called, we will try to upload queued segments in S3 request thread.
That tries to take the state lock again and deadlocks.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1076>
2023-02-03 19:09:18 +05:30
..
imp.rs aws/s3hlssink: Fix deadlock on EOS 2023-02-03 19:09:18 +05:30
mod.rs net/aws: Add support for S3 HLS sink 2022-06-29 17:35:37 +00:00