Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ set_sink
Method
set_sink
old_examples/play.py:124–127 ·
view source on GitHub ↗
(self, sink)
Source
from the content-addressed store, hash-verified
122
return
True
123
124
def
set_sink(self, sink):
125
assert self.window.xid
126
self.imagesink = sink
127
self.imagesink.set_xwindow_id(self.window.xid)
128
129
class
PlayerWindow(gtk.Window):
130
UPDATE_INTERVAL = 500
Callers
1
on_sync_message
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected