[gst-devel] Multidisksrc and a build animations tool

Dominic Ludlam dom at openfx.org
Thu Mar 22 03:03:48 CET 2001


Hi,

I've written a multidisksrc plugin (again, after turning the first one into a
tarball of the header :/ ), which is attached to this mail.

It outputs files sequentially from a list, emitting a new_file signal before
each one.  To use it, set the 'locations' gtkarg to a GSList *, a list of
filenames which is never modified by the plugin.  Only the current list item is
stored, and this is passed to the new_file signal after updating the internal
list so you can free the list pointer and the string.  The list may be
appended to after being set.  One thing to look at is that if the open fails,
it'll return failure instead of trying the next in the list, and in this case
the new_file signal won't be emitted.

I've used it to write a tool that builds an mpeg from a list of jpeg files,
it's available at

  http://www.openfx.org/~dom/build-0.1.tar.gz

This tool is the first part of porting the openfx animation editing utilities
to gtk / gstreamer, and will likely be part of the official openfx gtk port.

Dom.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: multidisksrc-diff
Type: application/octet-stream
Size: 1737 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20010322/eafbd313/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: multidisksrc.tar.gz
Type: application/x-tar
Size: 3513 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20010322/eafbd313/attachment.tar>


More information about the gstreamer-devel mailing list