Updated GStreamer Spotify plugin (markdown)

Jonas Kvinge 2022-06-13 00:59:53 +02:00
parent 06d37322a6
commit 00688fa85a
1 changed files with 2 additions and 2 deletions

@ -4,5 +4,5 @@ Also, currently it is necessary to use a modified version of the plugin.
git clone https://gitlab.freedesktop.org/kingosticks/gst-plugins-rs
cd gst-plugins-rs
git checkout spotify-uri-handler
cargo cbuild -p gst-plugin-spotify
sudo cp ./target/x86_64-unknown-linux-gnu/debug/libgstspotify.so /usr/lib64/gstreamer-1.0/
cargo cbuild --release -p gst-plugin-spotify
sudo cp ./target/x86_64-unknown-linux-gnu/release/libgstspotify.so /usr/lib64/gstreamer-1.0/