[farsight2/master] Require pygst 0.10 in python example

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:23:41 PST 2008


---
 python/example.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/python/example.py b/python/example.py
index 4422929..f32fc57 100644
--- a/python/example.py
+++ b/python/example.py
@@ -1,3 +1,5 @@
+import pygst
+pygst.require('0.10')
 import farsight, gst, gobject, sys
 
 loop = gobject.MainLoop()
-- 
1.5.6.5




More information about the farsight-commits mailing list