From: Guillaume Pellerin Date: Mon, 9 Sep 2013 18:39:48 +0000 (+0200) Subject: fix doc X-Git-Tag: 0.4.6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=81a4e9a2d0ef6eb8ea4c0aac84af0d53b782d300;p=timeside.git fix doc --- diff --git a/README.rst b/README.rst index 198d94f..2988ca9 100644 --- a/README.rst +++ b/README.rst @@ -161,7 +161,7 @@ TimeSide needs some other python modules to run. The following methods explain h On Debian, Ubuntu, etc:: $ sudo apt-get update - $ sudo apt-get install gcc python python-dev python-pip python-setuptools + $ sudo apt-get install gcc python python-dev python-pip python-setuptools \ python-gobject gobject-introspection \ python-gst0.10 gstreamer0.10-plugins-base gir1.2-gstreamer-0.10 \ gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \ diff --git a/timeside/decoder/core.py b/timeside/decoder/core.py index d447608..1bc90d3 100644 --- a/timeside/decoder/core.py +++ b/timeside/decoder/core.py @@ -22,7 +22,7 @@ # along with TimeSide. If not, see . # Authors: Paul Brossier -# Guilaume Pellerin +# Guillaume Pellerin from timeside.core import Processor, implements, interfacedoc from timeside.api import IDecoder