mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
Export parse_launch / parse_bin_from_description at the crate level
This commit is contained in:
parent
eeea572c96
commit
7a110ace10
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ pub use glib::{
|
|||
|
||||
pub use auto::*;
|
||||
mod auto;
|
||||
pub use auto::functions::{parse_launch, parse_bin_from_description};
|
||||
|
||||
pub mod miniobject;
|
||||
pub use miniobject::GstRc;
|
||||
|
|
Loading…
Reference in a new issue