On Thursday 22 March 2007 13:45:09 Thomas Chung wrote: > On 3/21/07, Rahul Sundaram <sundaram@xxxxxxxxxx> wrote: > > ---------- Forwarded message ---------- > > From: Lex Hider <floss@xxxxxxxxxxxxxx> > > To: fedora-list@xxxxxxxxxx > > Date: Thu, 22 Mar 2007 12:27:03 +1100 > > Subject: fluendo codecs not working fedora core 6. > > Hi, > > I seem to be having troubles getting the various fluendo codecs working > > with fc6. > > > > The $HOME/.gstreamer-0.10/plugins/libgstflump3dec.so file exists, but > > running "gst-inspect flump3dec" gives: > > > > "No such element or plugin 'flump3dec'" > > > > http://fedoraproject.org/wiki/Multimedia/fluendo-mp3 > > > > Thanks, > > > > Lex. > > > > -- > > fedora-list mailing list > > fedora-list@xxxxxxxxxx > > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > > Lex, > > Do you have gstreamer-0.10 installed ? > $ rpm -q gstreamer > gstreamer-0.10.10-2.fc6 > yes > Make sure fluendo mp3 decoder is located in following location: > $ ls ~/.gstreamer-0.10/plugins/libgstflump3dec.so > /home/{your-username}/.gstreamer-0.10/plugins/libgstflump3dec.so > file exists. > Try gst-inspect-0.10 to see gstreamer apps can recognize installed plugins: > $ /usr/bin/gst-inspect-0.10 | grep flump3dec > flump3dec: flump3dec: Fluendo MP3 Decoder > nothing found. As stated above: gst-inspect isn't finding fluendo mp3 plugin. > Regards,