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

github.com/sdroege/gst-plugin-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:54:29 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2023-03-05 16:35:04 +0300
commit93503c0ca9ab0d4383ce8fe3f003139f5d269a23 (patch)
tree261e6f99f07a8846e88b14602bcb56043915c715 /audio/spotify/src/lib.rs
parentcd177dee869f1fe165cdabefc31cb672d584e5b6 (diff)
spotify: move Settings to common module
Will be used to implement the lyrics source element. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1095>
Diffstat (limited to 'audio/spotify/src/lib.rs')
-rw-r--r--audio/spotify/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/spotify/src/lib.rs b/audio/spotify/src/lib.rs
index cfce28a5..f650ab78 100644
--- a/audio/spotify/src/lib.rs
+++ b/audio/spotify/src/lib.rs
@@ -14,6 +14,7 @@
*/
use gst::glib;
+mod common;
mod spotifyaudiosrc;
fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {