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 611722 - [regression] No decoder for video/x-wmv, wmvversion=(int)3, format=(fourcc)WMVA
[regression] No decoder for video/x-wmv, wmvversion=(int)3, format=(fourcc)WMVA
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
unspecified
Other Linux
: Normal blocker
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-03 17:35 UTC by Edward Hervey
Modified: 2010-03-03 17:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gstffmpegcodecmap: Remove 'format' specified for wmv3 decoder. (1.07 KB, patch)
2010-03-03 17:37 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2010-03-03 17:35:22 UTC
** Message: Missing plugin: gstreamer|0.10|totem|Windows Media Video 9 decoder|decoder-video/x-wmv, wmvversion=(int)3, format=(fourcc)WMVA (Windows Media Video 9 decoder)

regression introduced by 62d54db07d7b862ec147f2a35bd3eda1a7530b38

The easy fix is to remove the "format" specifier for WMV3.
Comment 1 Edward Hervey 2010-03-03 17:37:15 UTC
Created attachment 155154 [details] [review]
gstffmpegcodecmap: Remove 'format' specified for wmv3 decoder.

Allows WMVA (Advanced Profile) videos to be properly auto-linked.
Doesn't introduce a regression for VC1 files.

Fixes #611722