Remove last refrenceto GStreamerOutput

This commit is contained in:
Thomas Adamcik 2011-05-03 23:57:38 +02:00
parent f69e01c501
commit 0a2a582b25

View File

@ -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',