gl: Regenerate with renamed EGL/Wayland/X11 crates

This commit is contained in:
Marijn Suijten 2020-11-28 10:26:13 +01:00
parent d7dcf5ebcb
commit 22b0644579
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files @ d2591d00)
// DO NOT EDIT
use gst_glegl_sys::*;
use gstreamer_glegl_sys::*;
use std::env;
use std::error::Error;
use std::mem::{align_of, size_of};

View file

@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files @ d2591d00)
// DO NOT EDIT
use gst_gl_wayland_sys::*;
use gstreamer_gl_wayland_sys::*;
use std::env;
use std::error::Error;
use std::mem::{align_of, size_of};

View file

@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files @ d2591d00)
// DO NOT EDIT
use gst_glx11_sys::*;
use gstreamer_glx11_sys::*;
use std::env;
use std::error::Error;
use std::mem::{align_of, size_of};