webrtc: Expose the v1_14_1 feature that enables the WebRTCFECType

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/issues/317
This commit is contained in:
Sebastian Dröge 2021-03-13 11:43:19 +02:00
parent 4804da1273
commit 5cf6cd2e1d

View file

@ -28,7 +28,8 @@ default = []
embed-lgpl-docs = ["gstreamer-rs-lgpl-docs"]
purge-lgpl-docs = ["gstreamer-rs-lgpl-docs"]
dox = ["v1_20", "ffi/dox", "glib/dox", "gst/dox", "gst-sdp/dox"]
v1_16 = ["gst/v1_16", "gst-sdp/v1_16", "ffi/v1_16"]
v1_14_1 = ["ffi/v1_14_1"]
v1_16 = ["gst/v1_16", "gst-sdp/v1_16", "ffi/v1_16", "v1_14_1"]
v1_18 = ["gst/v1_18", "gst-sdp/v1_18", "ffi/v1_18", "v1_16"]
v1_20 = ["gst/v1_20", "gst-sdp/v1_20", "ffi/v1_20", "v1_18"]