mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
fallbacksrc: Retry fallback stream on errors too
It was retrying but then nonetheless handling the error as fatal.
This commit is contained in:
parent
f85321ce9f
commit
9719b055c5
1 changed files with 1 additions and 0 deletions
|
@ -2732,6 +2732,7 @@ impl FallbackSrc {
|
||||||
drop(state_guard);
|
drop(state_guard);
|
||||||
element.notify("status");
|
element.notify("status");
|
||||||
element.notify("statistics");
|
element.notify("statistics");
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue