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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2023-06-21 20:55:27 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-08-14 11:13:12 +0300
commite905299ebaac0630758214c43553bb535c4b64c6 (patch)
tree2fc6b3f1fcd64f94129a8ab488a5d80c351a6dd6 /dependencies.py
parent6523a07a9fe4737bf7085e5f2d3cbb79a7e41a78 (diff)
generic: expose inter plugin
This new plugin exposes two elements, intersink and intersrc. These act as wormholes for data in the same process and can be used to forward data from one pipeline to another. The implementation makes use of gstreamer-utils' StreamProducer, and supports dynamically adding and removing consumers, before and after producers, and changing producer names while PLAYING, both on the sink and the src. This initial implementation comes with a small demo, and a few tests. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1257>
Diffstat (limited to 'dependencies.py')
-rwxr-xr-xdependencies.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dependencies.py b/dependencies.py
index 9955a5df6..0bf3c2e34 100755
--- a/dependencies.py
+++ b/dependencies.py
@@ -36,6 +36,7 @@ RENAMES = {
'rswebrtc': 'webrtc',
'rspng': 'png',
'rsvideofx': 'videofx',
+ 'rsinter': 'inter',
'textahead': 'ahead',
'textwrap': 'wrap',
}