streamer: do not publicly import functions

All the functions are re-exported in the root crate.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1355>
This commit is contained in:
Guillaume Desmottes 2023-12-04 11:40:47 +01:00
parent 9bcf48050b
commit f055c113ac

View file

@ -253,7 +253,7 @@ pub use pad_template::PadTemplateBuilder;
pub mod param_spec;
pub use crate::param_spec::{ParamSpecArray, ParamSpecFraction};
pub mod functions;
mod functions;
pub use crate::functions::*;
mod utils;