[gnome-tour/bilelmoussaoui/fixes] drop remaining code from video feature
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tour/bilelmoussaoui/fixes] drop remaining code from video feature
- Date: Wed, 26 Jan 2022 19:26:11 +0000 (UTC)
commit 0ba10569cf6a04946ed2757cb18d86e218bec250
Author: Bilal Elmoussaoui <belmouss redhat com>
Date: Wed Jan 26 20:26:01 2022 +0100
drop remaining code from video feature
src/main.rs | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/main.rs b/src/main.rs
index 16fa280..d987f86 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -22,8 +22,6 @@ fn main() {
glib::set_prgname(Some("Tour"));
gtk::init().expect("Unable to start GTK3");
- #[cfg(feature = "video")]
- gst::init().expect("Unable to start gst");
let res = gio::Resource::load(config::RESOURCES_FILE).expect("Could not load resources");
gio::resources_register(&res);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]