Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/src/lib.rs')
-rw-r--r--tutorial/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorial/src/lib.rs b/tutorial/src/lib.rs
index f1ce2dd28..bb3ff865e 100644
--- a/tutorial/src/lib.rs
+++ b/tutorial/src/lib.rs
@@ -6,6 +6,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
+use gst::glib;
+
mod identity;
mod progressbin;
mod rgb2gray;