From 2e2dd95365cd7189af4976b9b3328e555cf0025f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 11 Oct 2017 13:52:49 +0300 Subject: [PATCH] Re-export gst_base::FlowCombiner again from the module --- gstreamer-base/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) 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