gst-plugins-rs/net/hlssink3/src
Arun Raghavan 487d7fb26b 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/1093>
2023-02-14 11:25:44 -05:00
..
imp.rs hlssink3: Allow GIOStream signal handlers to return None 2023-02-14 11:25:44 -05:00
lib.rs hlssink3: Fix case on unspecified playlist type nick for consistency 2023-02-10 23:07:12 +00:00
playlist.rs hlssink3: Allow setting i-frame-only playlist. 2023-02-08 14:04:46 +00:00