[Bug 731890] New imagesequencesrc element

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 11 19:36:54 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=731890

Aaron Boxer <boxerab at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #355333|0                           |1
        is obsolete|                            |

--- Comment #48 from Aaron Boxer <boxerab at gmail.com> ---
Created attachment 355343
  --> https://bugzilla.gnome.org/attachment.cgi?id=355343&action=edit
working imagesequencesrc plugin

This patch is now working with the following:

playlist file:

metadata,framerate=(fraction)3/1
image,location=/path/to/a.png
image,location=/path/to/b.png
image,location=/path/to/c.png

and  pipeline

gst-launch-1.0 -v imagesequencesrc location="/path/to/playlist"
framerate="24/1" ! decodebin ! videoconvert ! ximagesink

or

gst-launch-1.0 -v playbin uri="imagesequence:///path/to/playlist"


Code review please, anyone ?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list