mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-08 02:05:26 +00:00
threadshare: fix build on Windows
This commit is contained in:
parent
18c9bd0355
commit
79ed10ba27
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ impl<T: AsRawSocket> Async<T> {
|
|||
}
|
||||
}
|
||||
|
||||
let source = Reactor::with_mut(|reactor| reactor.insert_io(fd))?;
|
||||
let source = Reactor::with_mut(|reactor| reactor.insert_io(sock))?;
|
||||
Ok(Async {
|
||||
source,
|
||||
io: Some(io),
|
||||
|
|
Loading…
Reference in a new issue