pbutils: make element_properties mod public

This makes the builders accessible/nameable.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1366>
This commit is contained in:
Dave Patrick Caberto 2023-11-29 19:32:44 +08:00 committed by Sebastian Dröge
parent ef84e3e71b
commit 9f3ae6aa77

View file

@ -31,7 +31,7 @@ mod auto;
pub use crate::auto::{functions::*, *};
#[cfg(feature = "v1_20")]
mod element_properties;
pub mod element_properties;
#[cfg(feature = "v1_20")]
pub use crate::element_properties::{ElementProperties, ElementPropertiesMapItem};