From 54c5612ac8f8cbfcc5d1997267508b86047c26d4 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 dc781050..f7001bb1 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"]