GNOME Bugzilla – Bug 601421
[fixed upstream] WMA9 support
Last modified: 2010-03-03 18:14:41 UTC
I am trying to play this file in Totem: http://www.linuxrising.org/files/demo_VC-1.wmv But it fails with this message: ** Message: don't know how to handle audio/x-wma, wmaversion=(int)3, bitrate=(int)192000, depth=(int)16, rate=(int)48000, channels=(int)2, block_align=(int)4096, codec_data=(buffer)1000030000000000000000000000e0000000 ** Message: Error: Internal data stream error. gstasfdemux.c(1486): gst_asf_demux_loop (): /GstPlayBin:play/GstDecodeBin:decodebin0/GstASFDemux:asfdemux0: streaming stopped, reason not-negotiated So the audio not playing is understandable, but no video appears either.
It contains wma9. upstream ffmpeg has it, we should switch to it at some point.
Well that would solve the audio part, but I assume playbin should be able to play back the video part of a file even when it fails to handle the audio.
> Well that would solve the audio part, but I assume playbin should be able to > play back the video part of a file even when it fails to handle the audio. It should indeed, and that's what's happening for me with current git of everything. If you still get the not-negotiated error, could you clone this bug for gst-plugins-base and attach a GST_DEBUG log? Leaving this bug open until we update the ffmpeg snapshot.
Snapshot was updated some time ago.