Comment 2 for bug 1059544

Revision history for this message
Daniel Manrique (roadmr) wrote : Re: gst_pipeline_test crashed with gi._glib.GError in function(): Kein Element »alsasrc«

Thank you for taking the time to report this bug and helping to make Ubuntu better.

The error means that the alsasrc gstreamer element couldn't be found. This is very strange as this element is part of gstreamer's base plugins.

Could you open a terminal (ctrl-alt-t), run these two commands, and then add the output of running that as a comment here?

gst-launch-0.10 "alsasrc ! audioconvert ! level name=recordlevel interval=10000000 ! audioconvert ! wavenc ! filesink location=/tmp/test.wav"

apt-cache show gstreamer0.10-plugins-base

If the output to the last command is too long, you can send it to a file:

apt-cache show gstreamer0.10-plugins-base >/tmp/show.txt

and then attach the /tmp/show.txt file here.

Thanks!