diff options
Diffstat (limited to 'example-scripts/gstreamer')
-rwxr-xr-x | example-scripts/gstreamer/source-background-loop.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example-scripts/gstreamer/source-background-loop.py b/example-scripts/gstreamer/source-background-loop.py index 8b65088..79ffbad 100755 --- a/example-scripts/gstreamer/source-background-loop.py +++ b/example-scripts/gstreamer/source-background-loop.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import sys, gi, signal gi.require_version('Gst', '1.0') |