Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/aplay.py
diff options
context:
space:
mode:
Diffstat (limited to 'aplay.py')
-rw-r--r--aplay.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/aplay.py b/aplay.py
index bf009c8..38d5a2f 100644
--- a/aplay.py
+++ b/aplay.py
@@ -14,6 +14,7 @@
import gi
gi.require_version('Gst', '1.0')
from gi.repository import Gst
+from gi.repository import GstVideo
import os
import logging
import constants