GNOME Bugzilla – Bug 796909
rsvg: Add animated SVG support
Last modified: 2018-11-03 14:29:00 UTC
The following pipeline output EOS but no buffer: ``` gst-validate-1.0 uridecodebin uri=https://gitlab.gnome.org/GNOME/pitivi/uploads/8dd8d9d988b5eb6cc38f871196caac6f/Titel-Tafel3.2_anim.svg ! imagefreeze ! identity silent=false ! videoconvert ! checksumsink ``` It should output the exact animation described in the SVG.
Pushed: commit 760cbc4059c3726f61c83c26cf5efee58c5c3422 (HEAD -> master, origin/master, origin/HEAD) Author: Thibault Saunier <tsaunier@igalia.com> Date: Thu Aug 2 21:05:24 2018 -0400 rsvg: Also accept </svg:svg> as ending tag Some SVG files created by inkscape use that, such as: https://gitlab.gnome.org/GNOME/pitivi/uploads/8dd8d9d988b5eb6cc38f871196caac6f/Titel-Tafel3.2_anim.svg This is a first patch for https://bugzilla.gnome.org/show_bug.cgi?id=796909 but it is not enough to support animated gifs.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/760.