From eee93cd53c6549e14c72941993a16b8d61f9b3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 10 Jul 2020 12:44:16 +0300 Subject: [PATCH] utils/fallbackswitch: Enable the v1_18 feature now that it exists --- utils/fallbackswitch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index fe343af2..e6e1b0c9 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -42,4 +42,4 @@ pkg-config = "0.3" [features] default = ["glib-sys", "gobject-sys", "gst-sys", "libc"] -#v1_18 = ["gstreamer-base/v1_18"] +v1_18 = ["gst-base/v1_18"]