Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ ProbeData
Class
ProbeData
examples/dynamic_src.py:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
from
gi.repository
import
GLib, GObject, Gst
16
17
class
ProbeData:
18
def
__init__(self, pipe, src):
19
self.pipe = pipe
20
self.src = src
21
22
def
bus_call(bus, message, loop):
23
t = message.type
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected