Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GStreamer/gst-python
/ set_property
Method
set_property
old_examples/filesrc.py:48–50 ·
view source on GitHub ↗
(self, name, value)
Source
from the content-addressed store, hash-verified
46
self.set_name(name)
47
48
def
set_property(self, name, value):
49
if
name ==
'location'
:
50
self.fd = open(value,
'r'
)
51
52
def
do_create(self, offset, size):
53
if
offset != self.curoffset:
Callers
15
main
Function · 0.95
on_sync_message
Method · 0.80
set_location
Method · 0.80
create_ui
Method · 0.80
fakesrc
Method · 0.80
fakesink
Method · 0.80
filter
Function · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
on_discovered
Method · 0.80
on_sync_message
Method · 0.80
set_location
Method · 0.80
Calls
no outgoing calls
Tested by
8
__init__
Method · 0.64
connect_handoff
Method · 0.64
testFakeSrcProbeOnceKeep
Method · 0.64
testFakeSrcProbeMany
Method · 0.64
testRemovingProbe
Method · 0.64
setUp
Method · 0.64
testElementDebug
Method · 0.64
setUp
Method · 0.64