After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 308941 - gstreamer looks like it doesn't know gstreamer.
gstreamer looks like it doesn't know gstreamer.
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-libav
0.8.x
Other All
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-24 16:17 UTC by oll
Modified: 2005-10-03 11:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description oll 2005-06-24 16:17:29 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 &lt;wim.taymans@chello.be&gt;, Ronald Bultje
&lt;rbultje@ronald.bitfreak.net&gt;</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:
Comment 1 Ronald Bultje 2005-06-24 16:21:28 UTC
The ffmpeg decoder is incomplete and doesn't work. Because of that, it is
disabled for autoplugging. Use pitfdll for now.