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

Function usage

old_examples/synchronizer.py:799–801  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

797
798def main(args):
799 def usage():
800 sys.stderr.write("usage: %s [URI-OF-MEDIA-FILE]\n" % args[0])
801 return 1
802
803 w = PlayerWindow()
804 w.show()

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected