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 706284 - Problem in ffdec_wmac2 decoder
Problem in ffdec_wmac2 decoder
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.0
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-19 08:23 UTC by Pankaj Khandelwal
Modified: 2013-08-19 09:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pankaj Khandelwal 2013-08-19 08:23:58 UTC
pankaj@pankaj-G31M-ES2L:~$ gst-launch-0.10 filesrc location=Coldplay_StrawberrySwing_WMALossless.wma ! ffdec_wmav2 ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/ffdec_wmav2:ffdec_wmav20: Internal GStreamer error: negotiation problem.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstffmpegdec.c(2804): gst_ffmpegdec_chain (): /GstPipeline:pipeline0/ffdec_wmav2:ffdec_wmav20:
ffdec_wmav2: input format was not set before data start
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
Comment 1 Sebastian Dröge (slomo) 2013-08-19 09:25:40 UTC
Does this still happen with 1.0? Does it work if you add audioconvert and audioresample between sink and decoder?
Comment 2 Tim-Philipp Müller 2013-08-19 09:28:20 UTC
This is not a bug. You need an asfdemux element after filesrc (and what Sebastian said). Please just use decodebin2 or playbin2.