forked from mirrors/gstreamer-rs
Re-export gst_base::FlowCombiner again from the module
This commit is contained in:
parent
fd8ffffaa7
commit
2e2dd95365
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue