utils/fallbackswitch: Enable the v1_18 feature now that it exists

This commit is contained in:
Sebastian Dröge 2020-07-10 12:44:16 +03:00
parent e9b61b733d
commit 54c5612ac8

View file

@ -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"]