GNOME Bugzilla – Bug 784684
Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug
Last modified: 2018-02-12 13:33:31 UTC
I think this addresses the issues raised in #775516 adequately
Created attachment 355136 [details] [review] Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug
Comment on attachment 355136 [details] [review] Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug IIRC the problem is that the GIF "demuxer" doesn't output proper GIF but something that only the ffmpeg decoder can handle. You need to use different caps.
Created attachment 361443 [details] [review] Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug
Review of attachment 361443 [details] [review]: That seems to address the concerns about compatible, please go ahead.
ping
commit d5b03052417556e9f68eae82ca0f9f19495f429f (HEAD -> master, origin/master, origin/HEAD) Author: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> Date: Tue Jun 13 18:50:50 2017 +0200 Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug https://bugzilla.gnome.org/show_bug.cgi?id=784684
Erm sorry, thanks for pushing this :)