forked from mirrors/gstreamer-rs
pbutils: make element_properties mod public
This makes the builders accessible/nameable. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1354>
This commit is contained in:
parent
59420b1590
commit
7f234c88ac
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ mod auto;
|
|||
pub use crate::auto::*;
|
||||
|
||||
#[cfg(feature = "v1_20")]
|
||||
mod element_properties;
|
||||
pub mod element_properties;
|
||||
#[cfg(feature = "v1_20")]
|
||||
pub use crate::element_properties::{ElementProperties, ElementPropertiesMapItem};
|
||||
|
||||
|
|
Loading…
Reference in a new issue