forked from mirrors/gstreamer-rs
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:
parent
9bcf48050b
commit
f055c113ac
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue