[gst-devel] Using GstAppSink
Julien Puydt
jpuydt at free.fr
Sun Sep 21 08:44:09 CEST 2008
Julien Puydt a écrit :
> Hi,
>
> I'm trying to use GstAppSink in my ekiga code -- however I don't know
> exactly how to make those pipelines work :
>
> gst-launch videotestsrc ! appsink max_buffers=2 drop=true
> caps=video/x-raw-yuv,format=\(fourcc\)I420,width=320,height=240,framerate=30
> name=ekiga_sink
>
> gst-launch v4lsrc ! appsink max_buffers=2 drop=true
> caps=video/x-raw-yuv,format=\(fourcc\)I420,width=320,height=240,framerate=30
> name=ekiga_sink
>
> I'm pretty sure I lack some magic in-between my source and my sink...
It seems the "framerate=30" is the problem...
Snark on #gstreamer
More information about the gstreamer-devel
mailing list