mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-08 00:05:28 +00:00
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:
parent
ef84e3e71b
commit
9f3ae6aa77
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Reference in a new issue