gst-plugins-rs/utils
Guillaume Desmottes 4683291c1f fallbackswitch: add 'stop-on-eos' property
Fix the following use case:
- main input of fallbackswitch is finite (a media file)
- fallback input is infinite (videotestsrc)
- main input is done and send eos, which is propagated downstream
- fallbackswitch switches to fallback, sending STREAM_START which reset
  EOS downstream (aggregator does that)
- fallback input keeps pushing buffers forever.

Solve it by adding a 'stop-on-eos' property so fallbackswitch stops
pushing property once the main input is eos.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1242>
2023-06-13 14:49:06 +02:00
..
fallbackswitch fallbackswitch: add 'stop-on-eos' property 2023-06-13 14:49:06 +02:00
livesync use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
togglerecord Use MPL as license specifier for plugins only requiring GStreamer < 1.20 2023-06-07 19:13:55 +03:00
tracers tracers: queue_levels: add appsrc support 2023-02-28 14:38:29 +01:00
uriplaylistbin uriplaylistbin: use thiserror 2023-06-06 12:46:17 +02:00