gst-plugins-rs/generic
Mathieu Duponchelle e905299eba 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>
2023-08-14 08:13:12 +00:00
..
file Update versions to 0.12.0-alpha.1 2023-08-10 17:21:11 +03:00
inter generic: expose inter plugin 2023-08-14 08:13:12 +00:00
sodium Update versions to 0.12.0-alpha.1 2023-08-10 17:21:11 +03:00
threadshare threadshare: fix warning for unused variable 2023-08-10 17:43:51 +00:00