From 0a2a582b25a52517bdebcaf864db4e817fc028e6 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 3 May 2011 23:57:38 +0200 Subject: [PATCH] Remove last refrenceto GStreamerOutput --- mopidy/gstreamer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mopidy/gstreamer.py b/mopidy/gstreamer.py index bd1467b2..4c69da91 100644 --- a/mopidy/gstreamer.py +++ b/mopidy/gstreamer.py @@ -41,9 +41,9 @@ class GStreamer(ThreadingActor): def _setup_gstreamer(self): """ - **Warning:** :class:`GStreamerOutput` requires + **Warning:** :class:`GStreamer` requires :class:`mopidy.utils.process.GObjectEventThread` to be running. This is - not enforced by :class:`GStreamerOutput` itself. + not enforced by :class:`GStreamer` itself. """ base_pipeline = ' ! '.join([ 'audioconvert name=convert',