Skip to content

fallbackswitch: Add new element that allows switching to a fallback source if the main live source does not provide any output

Sebastian Dröge requested to merge slomo/gst-plugins-rs:fallback into master

Allows having a live input stream and falling back to another input stream after a configurable timeout without any buffers received on the main input.

Merge request reports