mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
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::*;
|
pub use auto::*;
|
||||||
|
|
||||||
mod adapter;
|
mod adapter;
|
||||||
|
mod flow_combiner;
|
||||||
|
pub use flow_combiner::*;
|
||||||
|
|
||||||
// Re-export all the traits in a prelude module, so that applications
|
// Re-export all the traits in a prelude module, so that applications
|
||||||
// can always "use gst::prelude::*" without getting conflicts
|
// can always "use gst::prelude::*" without getting conflicts
|
||||||
|
|
Loading…
Reference in a new issue