GStreamer plugins written in Rust. *These plugins can be used by applications written in other programming languages as well of course, they are just like any other GStreamer plugins available on the system.*
Find a file
François Laignel c1e9d034bc threadshare: fix ts-inter test one_to_one_up_first
The test has been seen failing on CI a couple of times. I ran it 5000 times
locally without failure. This commit attempts to prevent CI from failing by
waiting for the latency event then start counting 10 buffers before checking
the resulting latency.

Also fix confusing naming for the latency field in `InterSrc`.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2497>
2025-08-26 22:09:14 +02:00
.cargo cargo: add config file to force CARGO_NET_GIT_FETCH_WITH_CLI=true 2025-06-14 23:53:55 +01:00
.config ci: Configure nextest timeout in the right place 2025-03-27 17:02:06 +00:00
.gitlab/issue_templates gitlab: add issue template 2023-06-15 11:01:15 +00:00
analytics/analytics analytics: Ignore some tests that fail due to core changes until fixed 2025-08-10 09:31:29 +03:00
audio s302mparse: Add new S302M audio parser 2025-08-11 08:33:18 +00:00
ci ci: Re enable skia as https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/692 was fixed 2025-08-14 22:39:51 -04:00
docs Update docs for hlssink3 plugin to include single media file property 2025-08-14 20:02:14 +05:30
generic threadshare: fix ts-inter test one_to_one_up_first 2025-08-26 22:09:14 +02:00
mux Fix various new clippy 1.89 warnings 2025-08-07 12:26:54 +00:00
net rtmp4gdepay2: fix condition while creating parser 2025-08-22 08:05:33 +00:00
text json: Fix Nightly mismatched_lifetime_syntaxes 2025-06-19 14:38:56 -03:00
tutorial all: fixes for Clock: non-optional return types 2025-06-17 20:00:00 +02:00
utils fallbacksrc: Don't keep CustomSource state locked while adding/removing pads 2025-08-18 13:08:07 +03:00
version-helper version-helper: Update to toml-edit 0.23 2025-07-09 12:14:21 +00:00
video gtk4: Try importing dmabufs withouth DMA_DRM caps 2025-08-24 16:45:23 +02:00
.gitignore Remove Cargo.lock from .gitignore 2024-02-16 14:25:54 +02:00
.gitlab-ci.yml ci: add script to check README against plugins list 2025-08-10 09:26:31 +00:00
Cargo.lock threadshare: examples: add a new benchmark program 2025-08-26 20:19:20 +02:00
Cargo.toml s302mparse: Add new S302M audio parser 2025-08-11 08:33:18 +00:00
cargo_wrapper.py cargo_wrapper: Fix depfile generation for binaries and add debug logging 2025-08-20 06:51:33 +00:00
CHANGELOG.md Update CHANGELOG.md for 0.14.1 2025-08-10 22:06:30 +03:00
deny.toml deny: Update 2025-07-09 12:14:23 +00:00
dependencies.py s302mparse: Add new S302M audio parser 2025-08-11 08:33:18 +00:00
LICENSE-APACHE Change license from LGPLv2.1+ to Apache2/MIT 2017-02-16 17:52:27 +02:00
LICENSE-LGPLv2 Add gst-plugin-togglerecord 2017-12-05 09:56:58 +02:00
LICENSE-MIT Change license from LGPLv2.1+ to Apache2/MIT 2017-02-16 17:52:27 +02:00
LICENSE-MPL-2.0 Add a GTK4 paintable sink plugin 2021-10-13 12:28:51 +03:00
Makefile Clean up Makefile some more 2019-07-06 10:32:22 +03:00
meson.build s302mparse: Add new S302M audio parser 2025-08-11 08:33:18 +00:00
meson_options.txt s302mparse: Add new S302M audio parser 2025-08-11 08:33:18 +00:00
README.md s302mparse: Add new S302M audio parser 2025-08-11 08:33:18 +00:00
rustfmt.toml rustfmt.toml: Add file 2022-04-05 19:13:59 +03:00
set-release-date-in-manifest.py version-helper: Add script for setting the release date in Cargo.toml 2024-11-29 10:42:06 +00:00
update-version.sh update-version.sh: Also update versions in Cargo.lock 2023-03-23 10:44:18 -04:00

gst-plugins-rs crates.io pipeline status

Repository containing various GStreamer plugins and elements written in the Rust programming language.

The plugins build upon the GStreamer Rust bindings. Check the README.md of that repository also for details about how to set-up your development environment.

Plugins

You will find the following plugins in this repository:

  • generic

    • file: A Rust implementation of the standard filesrc and filesink elements

    • gopbuffer: Stores a minimum duration of data delimited by discrete GOPs (Group of Picture).

    • inter: 1:N wormhole for sending data from one pipeline to another within the same process using the StreamProducer API.

      • intersink: send data to one or more intersrc within the same process.

      • intersrc: receive data from an intersink in the same process.

    • originalbuffer:

      • originalbuffersave: Saves a reference to the buffer in a meta so it can later be restored again after transformations such as downscaling before inference.

      • originalbufferrestore: Restores the original buffer previously saved by originalbuffersave.

    • sodium: Elements to perform encryption and decryption using libsodium.

    • streamgrouper: Filter element that makes all the incoming streams use the same group-id.

    • threadshare: Some popular threaded elements reimplemented using common thread-sharing infrastructure.

  • net

    • aws: Various elements for Amazon AWS services using the AWS SDK library

      • s3src/s3sink: A source and sink element to talk to the Amazon S3 object storage system.
      • s3putobjectsink: A sink element to talk to Amazon S3. Uses PutObject instead of multi-part upload like s3sink.
      • s3hlssink: A sink element to store HLS streams on Amazon S3.
      • awstranscriber: an element wrapping the AWS Transcriber service.
      • awstranscribeparse: an element parsing the packets of the AWS Transcriber service.
    • hlsmultivariantsink: Create multi-variant HLS playlists with alternate renditions and variant streams.

    • hlssink3: An element for generating MPEG-TS HLS streams.

    • mpegtslive:

      • mpegtslivesrc: Wraps MPEG-TS sources such as udpsrc or srtsrc and provides a live clock based on the stream's PCR.
    • ndi: An NDI plugin containing a source, sink and device provider.

    • onvif: Various elements for parsing, RTP (de)payloading, overlaying of ONVIF timed metadata.

    • quinn: Transfer data over the network using QUIC

      • quinnquicsink/quinnquicsrc: Send and receive data using QUIC
      • quinnquicmux/quinnquicdemux: Multiplex and de-multiplex streams and datagram using QUIC
      • quinnroqmux/quinnroqdemux: Multiplex and de-multiplex RTP streams over QUIC
    • raptorq: Encoder/decoder element for RaptorQ RTP FEC mechanism.

    • reqwest: An HTTP source element based on the reqwest library.

    • rtp:

      • rtpav1pay / rtpav1depay: RTP (de)payloader for the AV1 video codec.

      • rtpgccbwe: RTP bandwidth estimator based on the Google Congestion Control algorithm.

    • rtsp:

      • rtspsrc2: New Rust implementation of a Real Time Streaming Protocol (RTSP) (RFC 2326, 7826) source element.
    • webrtc: WebRTC elements, with batteries included Sink elements for specific signalling protocols.

    • webrtchttp: Simple WebRTC HTTP elements (WHIP/WHEP).

  • audio

    • audiofx: Elements to apply audio effects to a stream

    • audioparsers: Audio parser elements

      • s302mparse: Parser for SMPTE S302M audio elementary streams.
    • claxon: A FLAC decoder based on the Claxon library.

    • csound: A plugin to implement audio effects using the Csound library.

    • elevenlabs:

      • elevenlabssynthesizer: Generate audio speech from text using the ElevenLabs API/service.
    • lewton: A Vorbis decoder based on the lewton library.

    • speechmatics:

      • speechmaticstranscriber: Speech to text transcription using Speechmatics
    • spotify: A plugin to access content from Spotify based on the librespot library.

  • video

    • cdg: A parser and renderer for CD+G karaoke data.

    • closedcaption: Plugin to deal with closed caption streams

      • ccdetect: Detects if a stream contains active Closed Captions.
      • cea608overlay: Overlay CEA-608 / EIA-608 closed captions over a video stream.
      • cea608tojson: Convert CEA-608 / EIA-608 closed captions to a JSON stream.
      • cea608tott: Convert CEA-608 / EIA-608 closed captions to timed text.
      • jsontovtt: Convert JSON to timed text.
      • mccenc: Convert CEA-608 / EIA-608 and CEA-708 / EIA-708 closed captions to the MCC format.
      • mccparse: Parse CEA-608 / EIA-608 and CEA-708 / EIA-708 closed captions from the MCC format.
      • sccenc: Convert CEA-608 / EIA-608 closed captions to the MCC format.
      • sccparse: Parse CEA-608 / EIA-608 closed captions from the MCC format.
      • transcriberbin: Convenience bin around transcriber elements like aws_transcriber.
      • tttocea608: Convert timed text to CEA-608 / EIA-608 closed captions.
      • tttojson: Convert timed text to JSON.
    • dav1d: AV1 decoder based on the dav1d library.

    • ffv1: FFV1 decoder based on the ffv1 library.

    • gif: A GIF encoder based on the gif library.

    • gtk4: A GTK4 video sink that provides a GdkPaintable for UI integration.

    • hsv: Plugin with various elements to work with video data in hue, saturation, value format

      • hsvdetector: Mark pixels that are close to a configured color in HSV format.
      • hsvfilter: Apply various transformations in the HSV colorspace.
    • png: PNG encoder based on the png library.

    • rav1e: AV1 encoder based on the rav1e library.

    • skia:

      • skiacompositor: Video compositor based on Skia graphics library.
    • videofx: Plugin with various video filters.

      • roundedcorners: Element to make the corners of a video rounded via the alpha channel.
      • colordetect: A pass-through filter able to detect the dominant color(s) on incoming frames, using color-thief.
      • videocompare: Compare similarity of video frames. The element can use different hashing algorithms like Blockhash, DSSIM, and others.
    • vvdec: VVC/H.266 decoder based on VVdeC, the Fraunhofer Versatile Video Decoder.

    • webp: WebP decoder based on the libwebp-sys-2 library.

  • mux

    • flavors: FLV demuxer based on the flavors library.

    • fmp4: A fragmented MP4/ISOBMFF/CMAF muxer for generating e.g. DASH/HLS media fragments.

    • mp4: A non-fragmented MP4 muxer for generating MP4 files.

  • text

    • ahead: A plugin to display upcoming text buffers ahead.

    • json: A plugin to convert a stream of JSON objects to a higher level wrapped NDJSON output.

    • regex: A regular expression text filter plugin.

    • wrap: A plugin to perform text wrapping with hyphenation.

  • utils

    • fallbackswitch:

      • fallbackswitch: An element that allows falling back to different sink pads after a timeout based on the sink pads' priorities.
      • fallbacksrc: Element similar to urisourcebin that allows configuring a fallback audio/video if there are problems with the main source.
    • livesync: Element to maintain a continuous live stream from a potentially unstable source.

    • togglerecord: Element to enable starting and stopping multiple streams together.

    • tracers: Plugin with multiple tracers:

      • buffer-lateness: Records lateness of buffers and the reported latency for each pad in a CSV file. Contains a script for visualization.
      • pipeline-snapshot: Creates a .dot file of all pipelines in the application whenever requested.
      • queue-levels: Records queue levels for each queue in a CSV file. Contains a script for visualization.
    • uriplaylistbin: Helper bin to gaplessly play a list of URIs.

  • analytics

    • analytics:

      • analyticscombiner: Analytics combiner / batcher element

      • analyticssplitter: Analytics batch splitter element

      • onvifmeta2relationmeta: Convert ONVIF metadata to relation metas

      • relationmeta2onvifmeta: Convert relation metadata to ONVIF metas

Building

gst-plugins-rs relies on cargo-c to generate shared and static C libraries. It can be installed using:

$ cargo install cargo-c

Then you can easily build and test a specific plugin:

$ cargo cbuild -p gst-plugin-cdg
$ GST_PLUGIN_PATH="target/x86_64-unknown-linux-gnu/debug:$GST_PLUGIN_PATH" gst-inspect-1.0 cdgdec

Replace x86_64-unknown-linux-gnu with your system's Rust target triple (rustc -vV).

The plugin can also be installed system-wide:

$ cargo cinstall -p gst-plugin-cdg --prefix=/usr

This will install the plugin to /usr/lib/gstreamer-1.0. You can use --libdir to pass a custom lib directory such as /usr/lib/x86_64-linux-gnu for example.

Note that you can also just use cargo directly to build Rust static libraries and shared C libraries. cargo-c is mostly useful to build static C libraries and generate pkg-config files.

In case cargo complains about dependency versions after a git pull, cargo update may be able to resolve those.

LICENSE

gst-plugins-rs and all crates contained in here are licensed under one of the following licenses

GStreamer itself is licensed under the Lesser General Public License version 2.1 or (at your option) any later version: https://www.gnu.org/licenses/lgpl-2.1.html

Contribution

Any kinds of contributions are welcome as a merge request.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in gst-plugins-rs by you shall be licensed under the license of the plugin it is added to.

For new plugins the MPL-2 license is preferred.