[gstreamer-bugs] [Bug 308941] New: gstreamer looks like it doesn't know gstreamer.

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Jun 24 09:17:31 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=308941
 GStreamer | gst-ffmpeg | Ver: 0.8.x

           Summary: gstreamer looks like it doesn't know gstreamer.
           Product: GStreamer
           Version: 0.8.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: olivier.lelain at xrce.xerox.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


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 at chello.be&gt;, Ronald Bultje
&lt;rbultje at 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:

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list