From 7a110ace107e7807a51cb6b3c82f7cb2a7509038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 3 Jul 2017 17:57:57 +0300 Subject: [PATCH] Export parse_launch / parse_bin_from_description at the crate level --- gstreamer/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/gstreamer/src/lib.rs b/gstreamer/src/lib.rs index 9ffa6ce74..560d246f2 100644 --- a/gstreamer/src/lib.rs +++ b/gstreamer/src/lib.rs @@ -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;