Hi I'm trying to convert some .ogg .mpa and .mpc files to .mp3 with a command like this:
gst-launch -v filesrc location=foo.ogg ! decodebin ! audioconvert ! lame ! id3v2mux ! filesink location=foo.mp3
But I'm getting the following error:
WARNING: erroneous pipeline: no element "lame"
I have lame and gstreamer installed:
rpm -qa|grep lame
lame-3.97-4.lvn6
lame-libs-3.97-4.lvn6
lame-libs-3.97-4.lvn6
twolame-0.3.10-1.lvn6
lame-3.97-4.lvn6
rpm -qa|grep gstreamer
gstreamer-plugins-base-0.10.11-1.fc6
gstreamer-tools-0.10.11-1.fc6
gstreamer08-plugins-0.8.12-7.fc6
gstreamer-plugins-base-0.10.11-1.fc6
gstreamer-plugins-good-0.10.4-3.fc6
gstreamer-0.10.11-1.fc6
gstreamer08-0.8.12-8.fc6
gstreamer-0.10.11-1.fc6
What could be the problem?