[gst-devel] (no subject)

Ronald Bultje rbultje at ronald.bitfreak.net
Mon Jun 14 06:32:10 CEST 2004


Hi,

On Fri, 11 Jun 2004, Amadeus W. Mozart wrote:
> I'm new to gstreamer, and after reading what it can do and trying
> out some of the examples, I liked the idea, but I don't know very
> well how to go about it. In particular, how do I "steal" (or access)
> the individual frames from the clip?

It's mostly best to just write an element. If you don't want to, you can
use a 'identity' element and connect to the 'handoff' signal. The callback
will be able to modify the frame. This method works and I use it a lot,
actually. However, it is not the recommended way of doing things. The
recommended way of doing this is to write an element.

Ronald





More information about the gstreamer-devel mailing list