gstreamer0.10-ffmpeg with gstreamer0.10-plugins-good, gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-bad, gstreamer0.10-plugins-base and libxvidcore4 is installed and on the newest version.
Checking the codecs works fine - looks like wma is installed:
Code: Select all
gst-inspect-0.10 |grep decode |grep wma
ffmpeg: ffdec_wmapro: FFmpeg Windows Media Audio 9 Professional decoder
ffmpeg: ffdec_wmav1: FFmpeg Windows Media Audio 1 decoder
ffmpeg: ffdec_wmav2: FFmpeg Windows Media Audio 2 decoder
ffmpeg: ffdec_wmavoice: FFmpeg Windows Media Audio Voice decoderCode: Select all
root@MusicBox:/# gst-launch-0.10 filesrc location=/tmp/b.wma ! decodebin ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Missing element: Windows Media Audio decoder
ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstASFDemux:asfdemux0: Internal data stream error.Code: Select all
rm -f /home/mopidy/.gstreamer-0.10/registry.arm.binAny hint on how to get wma working with gstreamer 0.10 would be very nice.
Thank you very much
Tom