From 6feb4f4c419c8c6442a6814d4d5b93ec90823e2c Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Wed, 4 May 2011 11:18:17 +0200 Subject: [PATCH] Add pulsesink to docstring and mention gst-launch --- mopidy/outputs/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mopidy/outputs/__init__.py b/mopidy/outputs/__init__.py index f7a796a8..e3747463 100644 --- a/mopidy/outputs/__init__.py +++ b/mopidy/outputs/__init__.py @@ -90,9 +90,10 @@ class LocalOutput(BaseOutput): However, there are chases when you want to explicitly set what GStreamer should use. This can be achieved by setting `settings.LOCAL_OUTPUT_OVERRIDE` to the sink you want to use. Some of the possible values are: alsasink, - esdsink, jackaudiosink, oss4sink and osssink. Exact values that will work - on your system will depend on your sound setup and installed GStreamer - plugins. Run `gst-inspect0.10` for list of all available plugins. + esdsink, jackaudiosink, oss4sink, osssink and pulsesink. Exact values that + will work on your system will depend on your sound setup and installed + GStreamer plugins. Run `gst-inspect0.10` for list of all available plugins. + Also note that this accepts properties and bins in `gst-launch` format. """ def describe_bin(self):