[rygel] core: Add 'dlna_profile' to MediaItem
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] core: Add 'dlna_profile' to MediaItem
- Date: Thu, 18 Jun 2009 11:45:58 -0400 (EDT)
commit f1266b43bc3d48b5ab25c9eddfefcad4ecf62092
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Jun 18 18:38:17 2009 +0300
core: Add 'dlna_profile' to MediaItem
src/rygel/rygel-media-item.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel/rygel-media-item.vala b/src/rygel/rygel-media-item.vala
index ca9dcf7..c946455 100644
--- a/src/rygel/rygel-media-item.vala
+++ b/src/rygel/rygel-media-item.vala
@@ -44,6 +44,7 @@ public class Rygel.MediaItem : MediaObject {
// Resource info
public ArrayList<string> uris;
public string mime_type;
+ public string dlna_profile;
public long size = -1; // Size in bytes
public long duration = -1; // Duration in seconds
@@ -84,6 +85,7 @@ public class Rygel.MediaItem : MediaObject {
res.uri = uri;
res.mime_type = this.mime_type;
+ res.dlna_profile = this.dlna_profile;
res.size = this.size;
res.duration = this.duration;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]