utils/fallbacksrc: Try unblocking pads if a pad was removed

Maybe now all pads we're waiting for were already removed or are ready.
This commit is contained in:
Sebastian Dröge 2020-05-20 12:02:53 +03:00
parent 026bbde403
commit d50abd74a1

View file

@ -1444,6 +1444,8 @@ impl FallbackSrc {
stream.source_srcpad = None;
self.unblock_pads(element, state);
drop(state_guard);
element.notify("status");