Re-export gst_base::FlowCombiner again from the module

This commit is contained in:
Sebastian Dröge 2017-10-11 13:52:49 +03:00
parent fd8ffffaa7
commit 2e2dd95365

View file

@ -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