gstreamer_gl_egl/auto/mod.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
4// DO NOT EDIT
5
6mod gl_display_egl;
7pub use self::gl_display_egl::GLDisplayEGL;
8
9pub(crate) mod traits {
10 pub use super::gl_display_egl::GLDisplayEGLExt;
11}