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
path: root/utils
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-07-10 12:44:16 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-07-10 13:06:28 +0300
commit54c5612ac8f8cbfcc5d1997267508b86047c26d4 (patch)
treedb1ffdac4c5a66739c5e60e79617df71bc58e2be /utils
parente9b61b733d878ad075851510d5164d12f6449b7f (diff)
utils/fallbackswitch: Enable the v1_18 feature now that it exists
Diffstat (limited to 'utils')
-rw-r--r--utils/fallbackswitch/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml
index dc7810506..f7001bb16 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"]