diff --git a/gstreamer-mpegts/src/lib.rs b/gstreamer-mpegts/src/lib.rs index 12aad9d15..099e553b2 100644 --- a/gstreamer-mpegts/src/lib.rs +++ b/gstreamer-mpegts/src/lib.rs @@ -22,6 +22,7 @@ pub fn init() { assert_initialized_main_thread!(); } -// Workaround for https://github.com/gtk-rs/gir/issues/1555. #[allow(unused_imports)] mod auto; +#[allow(unused_imports)] +pub use crate::auto::*;