forked from mirrors/gstreamer-rs
gl/{egl,wayland,x11}: Reexport gst_gl crate from root
It is common for GStreamer crates to reexport all their (GStreamer-related) dependencies, and the GL windowing crates should not be an exception to this rule. Furthermore EGL documentation references `crate::gst_gl::GLDisplayType` in the crate root which would be unreachable otherwise.
This commit is contained in:
parent
e8c90c9186
commit
dae2fd361f
3 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#![cfg_attr(all(not(doctest), doc), feature(doc_cfg))]
|
||||
|
||||
pub use ffi;
|
||||
pub use gst_gl;
|
||||
|
||||
macro_rules! assert_initialized_main_thread {
|
||||
() => {
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#![cfg_attr(all(not(doctest), doc), feature(doc_cfg))]
|
||||
|
||||
pub use ffi;
|
||||
pub use gst_gl;
|
||||
|
||||
macro_rules! assert_initialized_main_thread {
|
||||
() => {
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#![cfg_attr(all(not(doctest), doc), feature(doc_cfg))]
|
||||
|
||||
pub use ffi;
|
||||
pub use gst_gl;
|
||||
|
||||
macro_rules! assert_initialized_main_thread {
|
||||
() => {
|
||||
|
|
Loading…
Reference in a new issue