From bb2c05b215c0b3ae6470cda247e35fea48e3413c Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 7 Feb 2012 01:14:11 +0100 Subject: [PATCH] Pull a couple of section up a level --- docs/installation/gstreamer.rst | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/installation/gstreamer.rst b/docs/installation/gstreamer.rst index 37cc9a6f..d70dd156 100644 --- a/docs/installation/gstreamer.rst +++ b/docs/installation/gstreamer.rst @@ -6,19 +6,16 @@ To use the Mopidy, you first need to install GStreamer and the GStreamer Python bindings. -Installing GStreamer -==================== - -On Linux --------- +Installing GStreamer on Linux +============================= GStreamer is packaged for most popular Linux distributions. Search for GStreamer in your package manager, and make sure to install the Python bindings, and the "good" and "ugly" plugin sets. -On Debian/Ubuntu -^^^^^^^^^^^^^^^^ +Debian/Ubuntu +------------- If you use Debian/Ubuntu you can install GStreamer like this:: @@ -29,8 +26,8 @@ If you install Mopidy from our APT archive, you don't need to install GStreamer yourself. The Mopidy Debian package will handle it for you. -On Arch Linux -^^^^^^^^^^^^^ +Arch Linux +---------- If you use Arch Linux, install the following packages from the official repository:: @@ -39,8 +36,8 @@ repository:: gstreamer0.10-ugly-plugins -On OS X from Homebrew ---------------------- +Installing GStreamer on OS X from Homebrew +------------------------------------------ .. note::