[rygel] core: Minor correction to comments
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Minor correction to comments
- Date: Sat, 26 Mar 2011 14:05:40 +0000 (UTC)
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]