diff --git a/gstreamer-base/src/lib.rs b/gstreamer-base/src/lib.rs index dec06b5aa..9cae4e17e 100644 --- a/gstreamer-base/src/lib.rs +++ b/gstreamer-base/src/lib.rs @@ -39,6 +39,8 @@ mod auto; pub use auto::*; mod adapter; +mod flow_combiner; +pub use flow_combiner::*; // Re-export all the traits in a prelude module, so that applications // can always "use gst::prelude::*" without getting conflicts