Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2022-07-13 00:13:38 +0300
committerThibault Saunier <tsaunier@igalia.com>2023-03-01 02:50:15 +0300
commitce3bb2f1d42cbed5f9ad49cf264b8a6c0f7be737 (patch)
tree402ecd853e9f43b2a4d4568da3d067de183d4ef7 /docs/meson.build
parent0ae637f531afa27440508ce0ed76140e84e408ec (diff)
Add a webrtcsrc element
Updating the docker image to include: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3236 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/932>
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 69d5cbf7..a6697ee7 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -99,9 +99,17 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
gst_index: 'plugins/index.md',
include_paths: join_paths(meson.current_source_dir(), '..'),
gst_smart_index: true,
+ gst_c_source_filters: [
+ '../target/*/*.rs',
+ '../target/*/*/*.rs',
+ '../target/*/*/*/*.rs',
+ '../target/*/*/*/*/*.rs',
+ '../target/*/*/*/*/*/*.rs',
+ ],
gst_c_sources: [
'../*/*/*/*.rs',
'../*/*/*/*/*.rs',
+ '../*/*/*/*/*/*.rs',
],
dependencies: [gst_dep],
gst_order_generated_subpages: true,