media-export: Update comment about the hashmap for clarity
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 18 Jan 2010 18:07:31 +0000 (23:37 +0530)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 21 Jul 2010 19:23:29 +0000 (22:23 +0300)
src/plugins/media-export/rygel-media-export-metadata-extractor.vala

index f2adab5..511e9dc 100644 (file)
@@ -51,8 +51,9 @@ public class Rygel.MediaExport.MetadataExtractor: GLib.Object {
 
     private Gst.Discoverer discoverer;
     /**
-     * We export a File-based API but GstDiscoverer works with URIs, so
-     * we store uri->File mappings in this hashmap
+     * We export a GLib.File-based API but GstDiscoverer works with URIs, so
+     * we store uri->GLib.File mappings in this hashmap, so that we can get
+     * the GLib.File back from the URI in on_discovered().
      */
     private HashMap<string, File> file_hash;
     private uint64 timeout = 10; /* seconds */