mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +00:00
regex: don't hold state lock when pushing
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/533>
This commit is contained in:
parent
232f0eef96
commit
c1e558c93c
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ impl RegEx {
|
|||
);
|
||||
}
|
||||
|
||||
drop(state);
|
||||
|
||||
self.srcpad.push(outbuf)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue