Ubuntu 12.04: Could not find a filter for caps:video/x-indeo

Questions about Wine on Linux
Locked
temmokan
Level 1
Level 1
Posts: 5
Joined: Thu Dec 15, 2011 7:29 pm

Ubuntu 12.04: Could not find a filter for caps:video/x-indeo

Post by temmokan »

Hello,

I am trying to run System Shock 2 (Ubuntu 12.04, 64-bit; motherboard P7H55-M PRO, using Intel(R) Core(TM) i3 CPU graphics).

I have syumbled upon a problem: at some point the programendlessly sends these to the stderr:

Code: Select all

fixme:gstreamer:watch_bus avidemux5729: Internal data stream error.
fixme:gstreamer:GST_Connect GStreamer could not find any streams
fixme:gstreamer:unknown_type Could not find a filter for caps: video/x-indeo, indeoversion=(int)5, framerate=(fraction)15/1, width=(int)640, height=(int)480
fixme:gstreamer:unknown_type Could not find a filter for caps: audio/x-adpcm, layout=(string)dvi, rate=(int)44100, channels=(int)2, block_align=(int)2048, codec_data=(buffer)f907
fixme:gstreamer:watch_bus decodebin25730: Your GStreamer installation is missing a plug-in.
Could someone suggest how to handle that? Indeo Intel codecs are installed via winetricks, but it doesn't help. I use default (64-bit) arc of Wine.

Thanks.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Ubuntu 12.04: Could not find a filter for caps:video/x-i

Post by dimesio »

temmokan wrote:

Code: Select all

fixme:gstreamer:watch_bus decodebin25730: Your GStreamer installation is missing a plug-in.
Could someone suggest how to handle that? Indeo Intel codecs are installed via winetricks, but it doesn't help. I use default (64-bit) arc of Wine.
Winegstreamer cannot use codecs installed by winetricks. You need to install the appropriate gstreamer plugin. I think the one you need for Indeo is the ffmpeg plugin.
Locked