mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-31 21:22:22 +00:00
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:
parent
026bbde403
commit
d50abd74a1
1 changed files with 2 additions and 0 deletions
|
@ -1444,6 +1444,8 @@ impl FallbackSrc {
|
|||
|
||||
stream.source_srcpad = None;
|
||||
|
||||
self.unblock_pads(element, state);
|
||||
|
||||
drop(state_guard);
|
||||
element.notify("status");
|
||||
|
||||
|
|
Loading…
Reference in a new issue