Setting pad properties of glvideomixer
Arjen Veenhuizen
arjen.veenhuizen at tno.nl
Wed Aug 31 09:51:01 UTC 2016
The glvideomixer has "sometimes" sinkpads (see gst-inspect-1.0 glvideomixer).
Therefore, you cannot use get_static_pad (it will return None).
You should use pad_sink0 = get_request_pad("sink_%u"). After that,
pad_sink0.set_property("xpos",0) should work just fine.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Setting-pad-properties-of-glvideomixer-tp4679311p4679312.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list