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 8fd222c87f
commit eee93cd53c

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