From: Arun Raghavan Date: Mon, 18 Jan 2010 18:07:31 +0000 (+0530) Subject: media-export: Update comment about the hashmap for clarity X-Git-Tag: RYGEL_0_7_3~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd64739f2805b927ce574f1b35050a3f1f650d2d;p=profile%2Fivi%2Frygel.git media-export: Update comment about the hashmap for clarity --- diff --git a/src/plugins/media-export/rygel-media-export-metadata-extractor.vala b/src/plugins/media-export/rygel-media-export-metadata-extractor.vala index f2adab5..511e9dc 100644 --- a/src/plugins/media-export/rygel-media-export-metadata-extractor.vala +++ b/src/plugins/media-export/rygel-media-export-metadata-extractor.vala @@ -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 file_hash; private uint64 timeout = 10; /* seconds */