Dropped unnecessary includes
authorEinar Jørgen Haraldseid <einar@haraldseid.net>
Wed, 18 Jun 2014 14:02:27 +0000 (16:02 +0200)
committerEinar Jørgen Haraldseid <einar@haraldseid.net>
Wed, 18 Jun 2014 14:02:27 +0000 (16:02 +0200)
README.md
example1.py

index cf76cb04f41398fd99dc23c280b51162a47ed0e3..62d36cf8f6ee93e87a545a430fe90d566f0f779e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 Python/GStreamer examples
 =========================
 Python/GStreamer examples
 =========================
-This is my first foray into Gstreamer programming with Python, I'm working from this tutorial:
+This is my first foray into GStreamer programming with Python, I'm working from this tutorial:
 
 <http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/>
 
 
 <http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/>
 
-I know little to no Python or GTK before starting on this, and the tutorial is nearly eight years old, so this ought to be interesting …
+I know little to no Python or GTK before starting on this, and the tutorial is nearly eight years old, so this ought to be interesting … I'm also striving to do everything using newer versions of GTK (3) and GStreamer (1.0)
index d69135a8f06d0ab39c45eacf288b7e18444a3b03..c2e6e6e216f21a75d0c74e22844d2cfa2769500a 100755 (executable)
@@ -7,9 +7,6 @@
 # Info on porting python scripts to Gstreamer 1.0 can be found here:
 # https://wiki.ubuntu.com/Novacut/GStreamer1.0
 
 # Info on porting python scripts to Gstreamer 1.0 can be found here:
 # https://wiki.ubuntu.com/Novacut/GStreamer1.0
 
-
-import gi
-gi.require_version('Gst', '1.0')
 from gi.repository import Gst
 import gobject
 
 from gi.repository import Gst
 import gobject