mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
gl: Regenerate with renamed EGL/Wayland/X11 crates
This commit is contained in:
parent
d7dcf5ebcb
commit
22b0644579
3 changed files with 3 additions and 3 deletions
|
@ -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};
|
||||
|
|
|
@ -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};
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue