MCPcopy Create free account
hub / github.com/GStreamer/gst-python / _stop_queries

Method _stop_queries

old_examples/synchronizer.py:425–428  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

423 do_query)
424
425 def _stop_queries(self):
426 if self._query_id != -1:
427 gobject.source_remove(self._query_id)
428 self._query_id = -1
429
430 def _bus_watch(self, bus, message):
431 if message.type == gst.MESSAGE_ERROR:

Callers 1

_bus_watchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected