How can I create a mosaic in Gstreamer? How can I set "sink_0::xpos=0 sink_0::ypos=0 sink_0::alpha=0" in Python?

Arjen Veenhuizen arjen.veenhuizen at tno.nl
Mon Aug 3 02:54:48 PDT 2015


You should use:
self.pad0 = self.videomixer.get_request_pad("sink_0") 
According to the documentation, the videomixer sink pads are only available
on request.
Then, you can set the properties on the pad the way you are already doing
it.

Btw, I would consider moving to the compositor element (which is basically
an improved version of the videomixer element)



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-can-I-create-a-mosaic-in-Gstreamer-How-can-I-set-sink-0-xpos-0-sink-0-ypos-0-sink-0-alpha-0-in-P-tp4672943p4672945.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list