GStreamer Base Plugins does not install alsasrc

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

GStreamer Base Plugins does not install alsasrc

mwon
I can't make GStreamer Base Plugins meson install process to install alsasrc.

I installed GStreamer Base Plugins v1.18.4 and for some reason it does not compile and install alsasrc.

I'm using raspbian and I have installed libalsa-ocaml as well alsa-utils and alsa-base and after meson build I get the following output with no alsasrc:


gst-plugins-base 1.18.4

       Plugins: adder, app, audioconvert, audiomixer, audiorate, audioresample, audiotestsrc, compositor, encoding, gio, overlaycomposition, pbtypes, playback,
                rawparse, subparse, tcp, typefindfunctions, videoconvert, videorate, videoscale, videotestsrc, volume, opus, pango, ximagesink

  Subprojects
    gl-headers: YES
           orc: NO Neither a subproject directory nor a orc.wrap file was found.

Reply | Threaded
Open this post in threaded view
|

Re: GStreamer Base Plugins does not install alsasrc

dabrain34
Hello,

I would recommend you to check that your distro package is correctly installed. On debian based distro, you have to install "libasound2-dev".

Otherwise you can check the meson logs in your terminal or in build/meson-logs/meson-log.txt

Regards.