Hi to everyone.
I'm new in the world of GStreamer and I have a problem.
Referring to
web-site , adding the code in the bottom of 2.2 example to the top one, this error is returned:
self.player.set_property("video-sink", bin)
NameError: name 'self' is not defined
an error which I didn't have considering just the first code.
how can I work the problem out?
Thanks in advance