mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-09 00:35:41 +00:00
gstreamer: expose version functions
This commit is contained in:
parent
38b97a14ad
commit
8badc33df9
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ pub use glib::{Cast, Continue, Error, IsA, StaticType, ToValue, Type, TypedValue
|
|||
mod auto;
|
||||
pub use auto::*;
|
||||
pub use auto::traits::*;
|
||||
pub use auto::functions::{parse_bin_from_description, parse_launch};
|
||||
pub use auto::functions::{parse_bin_from_description, parse_launch, version, version_string};
|
||||
|
||||
pub mod miniobject;
|
||||
pub use miniobject::{GstRc, MiniObject};
|
||||
|
|
Loading…
Reference in a new issue