docs: Correct the MediaRenderer docs.
authorMurray Cumming <murrayc@murrayc.com>
Fri, 19 Oct 2012 08:41:38 +0000 (10:41 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 19 Oct 2012 08:41:38 +0000 (10:41 +0200)
They were a bad copy/paste of the MediaServer docs.

src/librygel-renderer/rygel-media-renderer.vala

index 2d87604..d96888b 100644 (file)
@@ -34,21 +34,15 @@ internal class Plugin : Rygel.MediaRendererPlugin {
 /**
  * This class may be used to implement in-process UPnP-AV media renderers.
  *
- * Call rygel_media_device_add_interface() on the RygelMediaServer to allow it
- * to serve media via that network interface.
+ * Call rygel_media_device_add_interface() on the RygelMediaRenderer to allow it
+ * to render media from that network interface.
  *
  * See the standalone-renderer.c example.
  */
 public class Rygel.MediaRenderer : MediaDevice {
 
     /**
-     * Create a MediaRenderer to serve the media in the RygelMediaContainer.
-     * For instance, you might use a RygelSimpleContainer. Alternatively,
-     * you might use your own RygelMediaContainer implementation.
-     *
-     * Assuming that the RygelMediaContainer is correctly implemented,
-     * the RygelMediaServer will respond appropriately to changes in the
-     * RygelMediaContainer.
+     * Create a RygelMediaRenderer to render content via a RygelMediaPlayer.
      */
     public MediaRenderer (string title, MediaPlayer player) {
         base ();