rygel r411 - in trunk/src/plugins: dvb test



Author: zeeshanak
Date: Wed Jan  7 12:55:50 2009
New Revision: 411
URL: http://svn.gnome.org/viewvc/rygel?rev=411&view=rev

Log:
Declare Test and DVB items, live.

Modified:
   trunk/src/plugins/dvb/rygel-dvb-channel.vala
   trunk/src/plugins/test/rygel-test-item.vala

Modified: trunk/src/plugins/dvb/rygel-dvb-channel.vala
==============================================================================
--- trunk/src/plugins/dvb/rygel-dvb-channel.vala	(original)
+++ trunk/src/plugins/dvb/rygel-dvb-channel.vala	Wed Jan  7 12:55:50 2009
@@ -48,6 +48,9 @@
               "Unknown",        /* UPnP Class Unknown at this point */
               streamer);
 
+        // This is a live media
+        this.live = true;
+
         this.cid = cid;
         this.channel_list = channel_list;
 

Modified: trunk/src/plugins/test/rygel-test-item.vala
==============================================================================
--- trunk/src/plugins/test/rygel-test-item.vala	(original)
+++ trunk/src/plugins/test/rygel-test-item.vala	Wed Jan  7 12:55:50 2009
@@ -49,6 +49,9 @@
         this.author = TEST_AUTHOR;
         this.path= path;
 
+        // This is a live media
+        this.live = true;
+
         this.res.uri = streamer.create_uri_for_path (path);
 
         streamer.stream_available += this.on_stream_available;



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