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 784684 - Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug
Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
unspecified
Other All
: Normal enhancement
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-08 00:53 UTC by Mathieu Duponchelle
Modified: 2018-02-12 13:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug (2.20 KB, patch)
2017-07-08 00:53 UTC, Mathieu Duponchelle
none Details | Review
Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug (2.29 KB, patch)
2017-10-12 18:15 UTC, Mathieu Duponchelle
committed Details | Review

Description Mathieu Duponchelle 2017-07-08 00:53:47 UTC
I think this addresses the issues raised in #775516 adequately
Comment 1 Mathieu Duponchelle 2017-07-08 00:53:51 UTC
Created attachment 355136 [details] [review]
Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug
Comment 2 Sebastian Dröge (slomo) 2017-07-10 06:35:28 UTC
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.
Comment 3 Mathieu Duponchelle 2017-10-12 18:15:55 UTC
Created attachment 361443 [details] [review]
Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug
Comment 4 Nicolas Dufresne (ndufresne) 2018-01-09 14:21:21 UTC
Review of attachment 361443 [details] [review]:

That seems to address the concerns about compatible, please go ahead.
Comment 5 Tim-Philipp Müller 2018-01-27 11:20:57 UTC
ping
Comment 6 Edward Hervey 2018-02-12 07:30:20 UTC
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
Comment 7 Mathieu Duponchelle 2018-02-12 13:33:31 UTC
Erm sorry, thanks for pushing this :)