From: Einar Jørgen Haraldseid Date: Wed, 18 Jun 2014 14:02:27 +0000 (+0200) Subject: Dropped unnecessary includes X-Git-Url: https://git.slaskete.net/python-gstreamer-examples/commitdiff_plain/aa88dcf1d218876da18ed18bb2079c84b3dd7ae3?ds=inline;hp=110ea4cc5a63dd4e7e831067c3cd1631d34aff7e Dropped unnecessary includes --- diff --git a/README.md b/README.md index cf76cb0..62d36cf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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: -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) diff --git a/example1.py b/example1.py index d69135a..c2e6e6e 100755 --- a/example1.py +++ b/example1.py @@ -7,9 +7,6 @@ # 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