Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Dröge
gst-plugins-rs
Commits
211f08aa
Commit
211f08aa
authored
Nov 07, 2022
by
Sebastian Dröge
🍵
Browse files
Add missing `doc` features to WebRTC plugins
parent
fe4bfb73
Pipeline
#731777
canceled with stages
in 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
net/webrtc/Cargo.toml
View file @
211f08aa
...
...
@@ -48,6 +48,7 @@ gst-plugin-version-helper = { 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"
...
...
net/webrtchttp/Cargo.toml
View file @
211f08aa
...
...
@@ -37,6 +37,7 @@ gst-plugin-version-helper = { path="../../version-helper" }
[features]
static
=
[]
capi
=
[]
doc
=
[]
[package.metadata.capi]
min_version
=
"0.8.0"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment