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 585331 - Disable ASF demuxer
Disable ASF demuxer
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-10 12:42 UTC by Bastien Nocera
Modified: 2009-06-10 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2009-06-10 12:42:13 UTC
(Possibly an RPM Fusion bug)

The ASF demuxer in FFMPEG can't read a lot of files, it should be disabled.
Comment 1 Edward Hervey 2009-06-10 13:15:34 UTC
All the gst-ffmpeg demuxers have a rank of NONE by default, they should never be picked up by playbin2.
Comment 2 Bastien Nocera 2009-06-10 13:55:20 UTC
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