I'm unable to load the alsasink plugin for GStreamer. Running "gst-inspect-1.0 /usr/lib/gstreamer-1.0/libgstalsa.so" gives me this error:
(gst-inspect-1.0:1589): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gs
treamer-1.0/libgstalsa.so': /usr/lib/gstreamer-1.0/libgstalsa.so: undefined symb
ol: snd_pcm_readi
libasound is installed in /usr/lib.
The following environment variables are set up:
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0/
export GST_PLUGIN_SCANNER=/usr/libexec/gstreamer-1.0/gst-plugin-scanner
export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
So, libgstalsa should have easy access to libasound.
Any idea what could be going wrong here?
Thanks,
Glenn Wainwright