gstreamer/scripts/gst-indent.py

8 lines
131 B
Python
Executable file

#!/usr/bin/env python
from sys import argv
from gst_indent_common import indent
if __name__ == '__main__':
indent(argv[1:])