ryanwoodsmall / osxwinebuilder

Automatically exported from code.google.com/p/osxwinebuilder
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Add fluendo (gstreamer mp3 support) #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While trying to play Morrowind some music wouldn't play and I got the following 
error message:

fixme:gstreamer:unknown_type Could not find a filter for caps: audio/mpeg, 
mpegversion=(int)1, layer=(int)3
fixme:gstreamer:watch_bus decodebin20: Your GStreamer installation is missing a 
plug-in.
fixme:gstreamer:watch_bus decodebin20: A MPEG-1 Layer 3 (MP3) decoder plugin is 
required to play this stream, but not installed.
fixme:gstreamer:GST_Connect Gstreamer could not find any streams

AFAICT fluendo is free software and is available here 
https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3/

Original issue reported on code.google.com by davidgil...@gmail.com on 20 Dec 2011 at 2:47

GoogleCodeExporter commented 9 years ago
Morrowind works fine with Wine 1.2.x (recompile with "--stable" option). I 
don't believe fluendo works on OS X, and even if it does, mpg123 is included in 
the build script. An update to Wine 1.3.35 should be pushed shortly, but 
Morrowind works fine with Wine stable 1.2.3 on OS X. -r

Original comment by rwoodsm...@gmail.com on 20 Dec 2011 at 3:14