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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44eea60fd..279f43e0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ members = [
"generic/file",
"generic/sodium",
"generic/threadshare",
+ "generic/inter",
"mux/flavors",
"mux/fmp4",
@@ -64,6 +65,7 @@ default-members = [
"audio/lewton",
"generic/threadshare",
+ "generic/inter",
"mux/fmp4",
"mux/mp4",