Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/fallbackswitch/src/fallbackswitch/imp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/fallbackswitch/src/fallbackswitch/imp.rs b/utils/fallbackswitch/src/fallbackswitch/imp.rs
index 676449fb..e51b36f5 100644
--- a/utils/fallbackswitch/src/fallbackswitch/imp.rs
+++ b/utils/fallbackswitch/src/fallbackswitch/imp.rs
@@ -765,9 +765,9 @@ impl FallbackSwitch {
start_running_time,
state.upstream_latency + settings.latency,
)
- } else if state.timeout_running_time.is_some()
+ } else if state.output_running_time.is_some()
&& end_running_time.map_or(false, |end_running_time| {
- end_running_time < state.timeout_running_time.unwrap()
+ end_running_time < state.output_running_time.unwrap()
})
{
if raw_pad {