diff options
author | MaZderMind <github@mazdermind.de> | 2016-01-27 12:11:28 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-02-02 16:05:56 +0100 |
commit | 5e301fd1a88acf698f1918ddf8ea5981d12ac811 (patch) | |
tree | 614bdc278ef0be0bdf893003a5a91be3f77776fb /voctocore/voctocore.py | |
parent | 63767175114636a838e0fc0d31ce0251929e45f8 (diff) |
force all pipelines to the same clock and expose it to the network, #46
Diffstat (limited to 'voctocore/voctocore.py')
-rwxr-xr-x | voctocore/voctocore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/voctocore.py b/voctocore/voctocore.py index 39def6a..b1955e0 100755 --- a/voctocore/voctocore.py +++ b/voctocore/voctocore.py @@ -3,7 +3,7 @@ import gi, signal, logging, sys # import GStreamer and GLib-Helper classes gi.require_version('Gst', '1.0') -from gi.repository import Gst, GObject +from gi.repository import Gst, GstNet, GObject # check min-version minGst = (1, 5) |