[gst-devel] beginner questions about GstXVideoSink and how making custom gst-elements

Ronald Bultje rbultje at ronald.bitfreak.net
Sat Jun 7 02:17:02 CEST 2003


Hi Stephane,

On Sat, 2003-06-07 at 03:12, Stéphane Husselin wrote:
> I'm a gstreamer beginner and I have two very simple questions:
>  1- I'd like to know how to use the GstXVideoSink element. If anyone's
> got an example code...

gst_element_factory_make("xvideosink", "my_name");

>  2- I use my quickcam as videosource and I want to do some image
> processing. Do you know where I could find some documentation to learn
> how to create custom processing elements?

Using another filter as example is usually a good idea.
gst-plugins/gst/median/gstmedian.c is a median filter, that's probably
an easy example of how to make filters.

(The "plugin writers guide" on the documentation section of our website
is also a good idea, but that one misses some information).

Ronald

-- 
Ronald Bultje <rbultje at ronald.bitfreak.net>





More information about the gstreamer-devel mailing list