~ubuntu-branches/ubuntu/raring/rygel/raring

« back to all changes in this revision

Viewing changes to src/librygel-renderer/rygel-playbin-plugin.vala

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2012-09-26 22:34:15 UTC
  • mfrom: (1.3.2)
  • mto: (14.1.10 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120926223415-mem27auv86jjrj9k
ImportedĀ UpstreamĀ versionĀ 0.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Copyright (C) 2008 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>.
3
3
 * Copyright (C) 2008 Nokia Corporation.
4
4
 * Copyright (C) 2012 Openismus GmbH.
 
5
 * Copyright (C) 2012 Intel Corporation.
5
6
 *
6
7
 * Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
7
8
 *                               <zeeshan.ali@nokia.com>
27
28
using Rygel;
28
29
using Gee;
29
30
 
 
31
/**
 
32
 * Implementation of RygelMediaRendererPlugin for GStreamer.
 
33
 *
 
34
 * This class is useful only when implementing Rygel plugins.
 
35
 */
30
36
public class Rygel.Playbin.Plugin : Rygel.MediaRendererPlugin {
31
37
    public const string NAME = "Playbin";
32
38