Export parse_launch / parse_bin_from_description at the crate level

This commit is contained in:
Sebastian Dröge 2017-07-03 17:57:57 +03:00
parent eeea572c96
commit 7a110ace10

View file

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