rygel r440 - trunk/src/rygel
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r440 - trunk/src/rygel
- Date: Tue, 13 Jan 2009 14:33:36 +0000 (UTC)
Author: zeeshanak
Date: Tue Jan 13 14:33:35 2009
New Revision: 440
URL: http://svn.gnome.org/viewvc/rygel?rev=440&view=rev
Log:
Handle item as interactive if it's size is known.
Modified:
trunk/src/rygel/rygel-streamer.vala
Modified: trunk/src/rygel/rygel-streamer.vala
==============================================================================
--- trunk/src/rygel/rygel-streamer.vala (original)
+++ trunk/src/rygel/rygel-streamer.vala Tue Jan 13 14:33:35 2009
@@ -141,7 +141,7 @@
return;
}
- if (item.upnp_class.has_prefix (MediaItem.IMAGE_CLASS)) {
+ if (item.res.size > 0) {
this.handle_interactive_item (msg, item, seek);
} else {
this.handle_streaming_item (msg, item);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]