mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-29 04:51:09 +00:00
examples/glupload: Fix build after glutin API changes
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/issues/191
This commit is contained in:
parent
86a31b4139
commit
e0c0c7d417
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ struct App {
|
||||||
appsink: gst_app::AppSink,
|
appsink: gst_app::AppSink,
|
||||||
bus: gst::Bus,
|
bus: gst::Bus,
|
||||||
events_loop: Arc<glutin::EventsLoop>,
|
events_loop: Arc<glutin::EventsLoop>,
|
||||||
combined_context: Arc<glutin::CombinedContext>,
|
combined_context: Arc<glutin::WindowedContext>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl App {
|
impl App {
|
||||||
|
|
Loading…
Reference in a new issue