From a5f31976513186e2776ece2923ae11faaffe1b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 7 Nov 2022 19:51:48 +0200 Subject: [PATCH] Add missing `doc` features to WebRTC plugins --- net/webrtc/Cargo.toml | 1 + net/webrtchttp/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml index 3da29a12..bf8aedb2 100644 --- a/net/webrtc/Cargo.toml +++ b/net/webrtc/Cargo.toml @@ -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" diff --git a/net/webrtchttp/Cargo.toml b/net/webrtchttp/Cargo.toml index 048686e9..0df54beb 100644 --- a/net/webrtchttp/Cargo.toml +++ b/net/webrtchttp/Cargo.toml @@ -37,6 +37,7 @@ gst-plugin-version-helper = { path="../../version-helper" } [features] static = [] capi = [] +doc = [] [package.metadata.capi] min_version = "0.8.0"