mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
fallbacksrc: add missing assignment to source_pending_timeout
b3138ad041
added the field for
that purpose, let's also use it!
This commit is contained in:
parent
2192c9d3b4
commit
f7fc5bb0a3
1 changed files with 2 additions and 0 deletions
|
@ -1877,6 +1877,8 @@ impl FallbackSrc {
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.expect("failed to wait async");
|
.expect("failed to wait async");
|
||||||
|
|
||||||
|
state.source_pending_timeout = Some(timeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
if state.source_retry_timeout.is_none() {
|
if state.source_retry_timeout.is_none() {
|
||||||
|
|
Loading…
Reference in a new issue