GNOME Bugzilla – Bug 308941
gstreamer looks like it doesn't know gstreamer.
Last modified: 2005-10-03 11:41:22 UTC
Please describe the problem: I successfully compiled and install gst-ffmpeg doing : ./configure --prefix=/opt/STools/gnome-2.10 && make && make install && gst-register (my whole gnome is "rooted" at /opt/STools/gnome-2.10) I have several wmv files which does not work. For example : gst-typefind Send.wmv Send.wmv - video/x-ms-asf I have this entry in /opt/STools/gnome-2.10/var/cache/gstreamer/registry.xml <feature typename="GstElementFactory"> <name>ffdec_wmv3</name> <longname>FFMPEG Windows Media Video v9 decoder</longname> <class>Codec/Decoder/Video</class> <description>FFMPEG wmv3 decoder</description> <author>Wim Taymans <wim.taymans@chello.be>, Ronald Bultje <rbultje@ronald.bitfreak.net></author> <padtemplate> <nametemplate>src</nametemplate> <direction>src</direction> <presence>always</presence> <caps>video/x-raw-rgb; video/x-raw-yuv</caps> </padtemplate> <padtemplate> <nametemplate>sink</nametemplate> <direction>sink</direction> <presence>always</presence> <caps>video/x-wmv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(double)[ 0, 1.7976931348623157e+308 ], wmvversion=(int)3</caps> </padtemplate> </feature> "gst-inspect|grep wmv3" gives me : ffmpeg: ffdec_wmv3: FFMPEG Windows Media Video v9 decoder Despite all of that , I am unable to play the video with the message : ** Message: don't know how to handle video/x-wmv, width=(int)320, height=(int)240, framerate=(double)1000, wmvversion=(int)3, codec_data=(buffer)4c491a01 Did I miss something ? Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
The ffmpeg decoder is incomplete and doesn't work. Because of that, it is disabled for autoplugging. Use pitfdll for now.