mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +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
54d8c5f6a9
commit
1123648aae
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