MCPcopy 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

15from gi.repository import GLib, GObject, Gst
16
17class ProbeData:
18 def __init__(self, pipe, src):
19 self.pipe = pipe
20 self.src = src
21
22def bus_call(bus, message, loop):
23 t = message.type

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected