mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-09 10:45:27 +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 {
|
Ok(Async {
|
||||||
source,
|
source,
|
||||||
io: Some(io),
|
io: Some(io),
|
||||||
|
|
Loading…
Reference in a new issue