mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-13 11:27:33 +00:00
Add missing doc
features to WebRTC plugins
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/977>
This commit is contained in:
parent
43ac186e69
commit
2e3373647a
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ gst-plugin-version-helper = { version = "0.7", path = "../../version-helper" }
|
|||
static = []
|
||||
capi = []
|
||||
gst1_22 = ["gst/v1_22", "gst-app/v1_22", "gst-video/v1_22", "gst-webrtc/v1_22", "gst-sdp/v1_22", "gst-rtp/v1_22"]
|
||||
doc = []
|
||||
|
||||
[package.metadata.capi]
|
||||
min_version = "0.8.0"
|
||||
|
|
|
@ -39,6 +39,7 @@ gst-plugin-version-helper = { version = "0.7", path="../../version-helper" }
|
|||
[features]
|
||||
static = []
|
||||
capi = []
|
||||
doc = []
|
||||
|
||||
[package.metadata.capi]
|
||||
min_version = "0.8.0"
|
||||
|
|
Loading…
Reference in a new issue