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:
Dave Patrick Caberto 2023-11-29 19:32:44 +08:00
parent 59420b1590
commit 7f234c88ac

View file

@ -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};