mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-24 12:31:02 +00:00
spotify: make common module public
Karapulse implements its own bin wrapping spotifyaudiosrc, spotifylyricssrc and videotestsrc for rendering Spotify songs. This element has lived in my own gst-plugins-rs branch for ages but now that spotifylyricssrc has been usptreamed I'd like to move it to the Karapulse source tree. But to be able to do so it needs to be able to use the common module from the spotify plugin. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1907>
This commit is contained in:
parent
76282cd385
commit
ce7d314349
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
use gst::glib;
|
||||
|
||||
mod common;
|
||||
pub mod common;
|
||||
mod spotifyaudiosrc;
|
||||
mod spotifylyricssrc;
|
||||
|
||||
|
|
Loading…
Reference in a new issue