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 510985 - Don't register typefinders for which we have replacements in base
Don't register typefinders for which we have replacements in base
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-21 09:23 UTC by Sebastian Dröge (slomo)
Modified: 2008-01-22 11:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ffmpeg-typefinders.diff (1.26 KB, patch)
2008-01-21 09:24 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-01-21 09:23:19 UTC
Hi,
attached patch disables the registration of a bunch of typefinders for which we have better replacements in base.

bye
Comment 1 Sebastian Dröge (slomo) 2008-01-21 09:24:25 UTC
Created attachment 103313 [details] [review]
ffmpeg-typefinders.diff
Comment 2 Sebastian Dröge (slomo) 2008-01-22 11:11:52 UTC
committed

2008-01-22  Sebastian Dröge  <slomo@circular-chaos.org>

        * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register):
        Don't register typefinders for which we have better replacements
        in base. Fixes bug #510985.