summaryrefslogtreecommitdiff
path: root/examples/play.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/play.py')
-rw-r--r--examples/play.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/play.py b/examples/play.py
index 57707767b4..c3137e7e7d 100644
--- a/examples/play.py
+++ b/examples/play.py
@@ -10,7 +10,7 @@ import sys
import gobject
import pygst
-pygst.require('0.9')
+pygst.require('0.10')
import gst
import gst.interfaces
import gtk