summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/rygel.conf.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml
index 8da7c3db..1789e208 100644
--- a/doc/man/rygel.conf.xml
+++ b/doc/man/rygel.conf.xml
@@ -441,7 +441,24 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<refsect1>
<title>Playbin plugin</title>
<para>The Playbin plugin implements a media renderer (Digtal Media Renderer, DMR in DLNA terms). This plugin was known as GstRenderer.</para>
- <para>This plugin has no special options.</para>
+ <para>It is highly recommended to leave the sink choice to playbin. If, however, the default choices don&apos;t work for you they can be reconfigured as follows</para>
+ <variablelist>
+ <varlistentry>
+ <term>
+ <option>audio-sink</option>
+ </term>
+ <listitem>
+ <para>Definition of the audio sink to use. Can be a single element or a partial pipeline definition in gst-launch&aps;s syntax</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <option>video-sink</option>
+ </term>
+ <listitem>
+ <para>Definition of the video sink to use. Can be a single element or a partial pipeline definition in gst-launch&aps;s syntax</para>
+ </listitem>
+ </varlistentry> </variablelist>
</refsect1>
<refsect1>
<title>LightMediaScanner Plugin</title>