Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ __init__
Method
__init__
old_examples/synchronizer.py:115–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
114
class
VideoWidget(gtk.DrawingArea):
115
def
__init__(self):
116
gtk.DrawingArea.__init__(self)
117
self.imagesink = None
118
self.unset_flags(gtk.DOUBLE_BUFFERED)
119
120
def
do_expose_event(self, event):
121
if
self.imagesink:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected