forked from mirrors/gstreamer-rs
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,
|
||||
bus: gst::Bus,
|
||||
events_loop: Arc<glutin::EventsLoop>,
|
||||
combined_context: Arc<glutin::CombinedContext>,
|
||||
combined_context: Arc<glutin::WindowedContext>,
|
||||
}
|
||||
|
||||
impl App {
|
||||
|
|
Loading…
Reference in a new issue