summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>2008-04-28 21:17:02 +0000
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>2008-04-28 21:17:02 +0000
commitef40cd1b44998780d7b4be4c7fa50995c2bc879a (patch)
treea6cc3ebc3b53de82d269bc8a43201b454eb622ab /doc
parentc1e7f42494fd6b8fe6fe59615511b9dad3aac21c (diff)
downloadrygel-ef40cd1b44998780d7b4be4c7fa50995c2bc879a.tar.gz
Remove first goal from TODO and update the design/plan.
svn path=/trunk/; revision=133
Diffstat (limited to 'doc')
-rw-r--r--doc/design.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/design.txt b/doc/design.txt
index feaa978c..7f086e19 100644
--- a/doc/design.txt
+++ b/doc/design.txt
@@ -1,7 +1,7 @@
objects and interfaces:
Name: GUPnPMediaServer
-description: The MediaServer implementing singleton object.
+description: The main object that talks to the control-points.
Name: GUPnPMediaProvider
description: Interface that all Media provider/backend objects must implement.
@@ -11,6 +11,10 @@ description: Object that:
- imlements GUPnPMediaProvider
- manages plugins that provides GUPnPMediaProvider
+Name: GUPnPMediaTracker
+description: tracker-based GUPnPMediaProvider implementation.
+ http://www.tracker-project.org
+
Name: GUPnPMetadataExtractor
description: Helper object providing metadata extraction facility.