mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
gstgdkpixbufdec: stop pretending to decode gifs.
If you can't decode an animated gif, you can't decode a gif, so stop squatting GST_RANK_SECONDARY for that format, libav does a better job. https://bugzilla.gnome.org/show_bug.cgi?id=784683
This commit is contained in:
parent
09af01a088
commit
c7a172517d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ static GstStaticPadTemplate gst_gdk_pixbuf_dec_sink_template =
|
|||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("image/png; "
|
||||
/* "image/jpeg; " disabled because we can't handle MJPEG */
|
||||
"image/gif; "
|
||||
/*"image/gif; " disabled because we can't handle animated gifs */
|
||||
"image/x-icon; "
|
||||
"application/x-navi-animation; "
|
||||
"image/x-cmu-raster; "
|
||||
|
|
Loading…
Reference in a new issue