aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/gstreamer/ingest.py
diff options
context:
space:
mode:
Diffstat (limited to 'example-scripts/gstreamer/ingest.py')
-rwxr-xr-xexample-scripts/gstreamer/ingest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/example-scripts/gstreamer/ingest.py b/example-scripts/gstreamer/ingest.py
index efb7be2..af8454a 100755
--- a/example-scripts/gstreamer/ingest.py
+++ b/example-scripts/gstreamer/ingest.py
@@ -19,6 +19,7 @@ import socket
import sys
gi.require_version('Gst', '1.0')
+gi.require_version('GstNet', '1.0')
from gi.repository import Gst, GstNet, GObject
# init GObject & Co. before importing local classes
@@ -29,6 +30,7 @@ Gst.init([])
sys.path.insert(0, '../..')
sys.path.insert(0, '.')
+gi.require_version('Gtk', '3.0')
import voctogui.lib.connection as Connection