Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ usage
Function
usage
old_examples/remuxer.py:819–821 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
817
818
def
main(args):
819
def
usage():
820
sys.stderr.write(
"usage: %s [URI-OF-MEDIA-FILE]\n"
% args[0])
821
return
1
822
823
w = PlayerWindow()
824
w.show()
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected