[rygel] core: Minor correction to comments



commit 2b839c02fb58fcdf45f9d96aacb8f499fdacc63c
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Mar 16 15:57:00 2011 +0200

    core: Minor correction to comments

 src/rygel/rygel-media-item.vala |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/rygel/rygel-media-item.vala b/src/rygel/rygel-media-item.vala
index a3aeeba..4f9fd40 100644
--- a/src/rygel/rygel-media-item.vala
+++ b/src/rygel/rygel-media-item.vala
@@ -122,11 +122,10 @@ public abstract class Rygel.MediaItem : MediaObject {
         return src;
     }
 
-    // Return true if item should be streamed as a live response with
+    // Return true if item should be streamed as a gstreamer response with
     // time based seeking, or false to serve directly with byte range
     // seeking.
     public bool should_stream () {
-        // Simple heuristic: if size is known and its not image, serve directly.
         return this.streamable () && this.size <= 0;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]