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:
Marijn Suijten 2021-05-05 00:23:28 +02:00
parent e8c90c9186
commit dae2fd361f
3 changed files with 3 additions and 0 deletions

View file

@ -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 {
() => {

View file

@ -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 {
() => {

View file

@ -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 {
() => {