[gst-devel] Use of Buffer in Pipeline

Tim-Philipp Müller t.i.m at zen.co.uk
Mon May 25 20:11:15 CEST 2009


On Mon, 2009-05-25 at 18:29 +0530, shailesh mali wrote:

> I am developing one media player application in which I am capturing
> video from Video Card, I want to stream the data in buffer to
> pipeline.
> Does any body have experience in doing so. Should I need to write my
> own plugin? 

The best way would be to write your own source element if none of the
many existing ones is suitable. Alternatively, you can capture it
outside of GStreamer and then push it into a pipeline using the appsrc
element from gst-plugins-base.

Cheers
 -Tim






More information about the gstreamer-devel mailing list