gst-plugins-rs/net/hlssink3/src
Arun Raghavan 611c7d6cd3 hlssink3: Allow GIOStream signal handlers to return None
If creating a playlist or fragment stream fails (disk is full, the
directory is removed, ...), we will currently crash because the signal
handler expects a non-None GIOStream. The actual callback is allowed to
return None values and we handle this in the caller, so let's not have
this restriction on the signal handler.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1098>
2023-02-21 16:17:45 +02:00
..
imp.rs hlssink3: Allow GIOStream signal handlers to return None 2023-02-21 16:17:45 +02:00
lib.rs hlssink3: Use #[cfg(feature = "doc")] on gst::prelude import 2022-10-13 14:22:36 +03:00
playlist.rs hlssink3: Allow setting i-frame-only playlist. 2023-02-09 21:43:57 +02:00