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 'video/cdg/tests/cdgdec.rs')
-rw-r--r--video/cdg/tests/cdgdec.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/cdg/tests/cdgdec.rs b/video/cdg/tests/cdgdec.rs
index c43ffa4fd..9dd8b1a2e 100644
--- a/video/cdg/tests/cdgdec.rs
+++ b/video/cdg/tests/cdgdec.rs
@@ -6,9 +6,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
-extern crate gstreamer as gst;
-extern crate gstreamer_app as gst_app;
-
use gst::prelude::*;
use std::path::PathBuf;