mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
net/aws/transcriber: fix eos not being sent
For eos to be sent from the srcpad task loop, we need to go through `dequeue`. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1122>
This commit is contained in:
parent
2ea9f147ab
commit
b9cd71d8eb
1 changed files with 0 additions and 1 deletions
|
@ -536,7 +536,6 @@ impl Transcriber {
|
|||
if notif.is_none() {
|
||||
// Transcriber loop terminated
|
||||
self.state.lock().unwrap().send_eos = true;
|
||||
return;
|
||||
};
|
||||
}
|
||||
_ = timeout => (),
|
||||
|
|
Loading…
Reference in a new issue