[rygel] docs: librygel-renderer: Fix typo



commit ef64ea2d7f1891dd03aa9df678cfef331f92ed89
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jan 29 11:35:40 2013 +0100

    docs: librygel-renderer: Fix typo

 .../gtkdoc/implementing-renderers.xml              |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/doc/reference/librygel-renderer/gtkdoc/implementing-renderers.xml b/doc/reference/librygel-renderer/gtkdoc/implementing-renderers.xml
index 4a5e9dd..b85a15e 100644
--- a/doc/reference/librygel-renderer/gtkdoc/implementing-renderers.xml
+++ b/doc/reference/librygel-renderer/gtkdoc/implementing-renderers.xml
@@ -48,10 +48,10 @@ and connect it to a network interface.
 </section>
 -->
 
-<section id="implementing-server-plugins-full-example">
+<section id="implementing-renderers-full-example">
 <title>Implementing Renderers: Full Example</title>
 
-<para>The external <ulink url="http://git.gnome.org/browse/rygel-gst-0-10-fullscreen-renderer";>rygel-gst-0-10-fullscreen-renderer</ulink> project provides a Rygel Renderer executable that uses an older GStreamer version and is an example of an external Rygel Renderer implemented in C. It plays content via UPnP.</para>
+<para>The external <ulink url="http://git.gnome.org/browse/rygel-gst-0-10-fullscreen-renderer";>rygel-gst-0-10-fullscreen-renderer</ulink> project provides a Rygel Renderer executable that uses an older GStreamer version and is an example of an external Rygel Renderer implemented in C, based on the implementation code in <ulink url="http://developer.gnome.org/librygel-renderer-gst/unstable/";>librygel-renderer-gst</ulink>. It plays content via UPnP.</para>
 
 <para>The <classname>RygelPlaybinPlayer</classname> class implements the <link linkend="RygelMediaPlayer">RygelMediaPlayer</link> interface, providing implementations for its virtual functions. For instance, see the <literal>rygel_playbin_player_real_set_uri()</literal> function, which delegates to the member <classname>GstPlaybin</classname> <classname>GstElement</classname>. The base class responds appropriately to UPnP messages, calling these virtual functions to request the specific behaviour.</para>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]