[gstreamer-bugs] [Bug 620930] New: decodebin2 is not able to play a .WMV file
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jun 8 00:15:12 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=620930
GStreamer | gst-plugins-base | git
Summary: decodebin2 is not able to play a .WMV file
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: martin.bisson at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
I'm trying to play .wmv files with decodebin2. The files come from
http://www.3dtv.at/Movies/, with for instance
http://s15357419.onlinehome-server.info:8080/Movies/Dracula480p.zip available
from page http://www.3dtv.at/Movies/Dracula_en.aspx. The file can be played
fine throught mplayer or vlc.
I use the following pipeline:
gst-launch filesrc location=Dracula\ 480p.wmv ! decodebin2 ! autovideosink
It gives me the following error:
mabis2 at bomb ~/temp $ gst-launch filesrc location=Dracula\ 480p.wmv ! decodebin2
! autovideosink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
0:00:00.061596639 28950 0x81b8cb8 ERROR ffmpeg :0:: Reserved
RES_SM=2 is forbidden
ERROR: from element
/GstPipeline:pipeline0/GstDecodeBin2:decodebin20/GstASFDemux:asfdemux0:
Internal data stream error.
Additional debug info:
gstasfdemux.c(1303): gst_asf_demux_loop ():
/GstPipeline:pipeline0/GstDecodeBin2:decodebin20/GstASFDemux:asfdemux0:
streaming stopped, reason not-negotiated
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list