GNOME Bugzilla – Bug 585331
Disable ASF demuxer
Last modified: 2009-06-10 13:55:20 UTC
(Possibly an RPM Fusion bug) The ASF demuxer in FFMPEG can't read a lot of files, it should be disabled.
All the gst-ffmpeg demuxers have a rank of NONE by default, they should never be picked up by playbin2.
The problem isn't so much that playbin will pick it up or not, but rather that we advertise it in the gstreamer-ffmpeg RPM's provides, and PackageKit will try and install gst-ffmpeg instead of gst-plugins-ugly to get the ASF demuxer. I've fixed our downstream patch to gst-inspect to not add ranked none plugins to the provides. Thanks