tags:

views:

374

answers:

1

How to pass the buffer/userpointer to gstreamer after Q_BUF, STREAM_ON, DQ_BUF.

I tried using PIL's method frombuffer, but with no success. so I want to use gst sink now.

Should I use gst.parse_launch() and how?

Have anybody done it?

A: 

The source code to Cheese tells all. http://projects.gnome.org/cheese/

joeforker