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

Method stop

old_examples/segments.py:80–83  ·  view source on GitHub ↗
(self, silent = False)

Source from the content-addressed store, hash-verified

78 self.__playbin.set_state (gst.STATE_PLAYING)
79
80 def stop (self, silent = False):
81 self.__playbin.set_state (gst.STATE_NULL)
82 if not silent:
83 self.emit ("stopped")
84
85 def do_get_property (self, property):
86 if property.name == "loop":

Callers 1

__on_bus_messageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected