diff --git a/gstreamer-check/src/lib.rs b/gstreamer-check/src/lib.rs index fbc5c0943..955d78e1b 100644 --- a/gstreamer-check/src/lib.rs +++ b/gstreamer-check/src/lib.rs @@ -35,8 +35,8 @@ pub use auto::*; mod test_clock; -mod harness; -pub use harness::*; +pub mod harness; +pub use harness::Harness; // Re-export all the traits in a prelude module, so that applications // can always "use gst::prelude::*" without getting conflicts