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:
authorGuillaume Desmottes <guillaume@desmottes.be>2021-12-29 18:44:16 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2021-12-29 18:48:20 +0300
commit61cdf47462434becad2c9825df98f58930c2bf7b (patch)
tree25ef54e13d6b319d5f8d159fb58d6c2045a596a8 /Cargo.toml
parentc5cba3fec501c13491e37676bf2910f25f270e3a (diff)
add spotify plugin
Plugin adding an element to play audio from Spotify.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 796c65686..6f673f0e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ members = [
"audio/claxon",
"audio/csound",
"audio/lewton",
+ "audio/spotify",
"generic/fmp4",
"generic/file",
"generic/sodium",