2009/6/22 Anish N <[email protected]>: > Hi, > > Can clutter-gst be used with video4linux ?
Sure, you can. > If yes, can some you please point me which API to use. ? While looking > into clutter-gst-video-texture.h, seems like currently only playing > binary file is supported. clutter-gst-video-texture.c implements the ClutterMedia interface, which does not support playing from v4l devices. You can directly use the Gstreamer element to build your pipeline. See tests/test-yuv-upload.c for a simple videotestsrc ! capsfilter ! cluttersink pipeline. HTH, -- Damien -- To unsubscribe send a mail to [email protected]
