gst-plugins-rs/utils/fallbackswitch/src/fallbacksrc
Seungha Yang 1db66e5a3b fallbacksrc: Drop QoS event while pad is blocked
An element which creates QoS event might reference different
GstSegment timeline (e.g., fallback testsrc's one).
Then it can cause lots of buffers are being dropped in decoder,
because of the QoS events.

Drops the QoS event before we calculate appropriate pad offsets
from blocking pad probe.
2022-10-20 01:56:36 +09:00
..
custom_source Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
imp.rs fallbacksrc: Drop QoS event while pad is blocked 2022-10-20 01:56:36 +09:00
mod.rs fallbacksrc: Implement support for fallback streams 2022-09-27 12:56:15 +03:00