summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-10-11 20:22:46 +0200
committerJens Georg <mail@jensge.org>2018-10-11 20:45:15 +0200
commit9a1a5b0f35286db2d64fc687378faf70cf51556a (patch)
tree29a8cbd87c833737cb36f70597a7d3ee239c0c23 /doc
parentf982b54363ce2a337c412c9372099d5a18c8e006 (diff)
downloadrygel-9a1a5b0f35286db2d64fc687378faf70cf51556a.tar.gz
renderer-gst: Make sinks configurable
Diffstat (limited to 'doc')
-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>