[rygel] core: Add a FIXME comment
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] core: Add a FIXME comment
- Date: Thu, 1 Oct 2009 20:28:47 +0000 (UTC)
commit be172f78222b1396a56b890301e7d89816ae6f9f
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Oct 1 19:58:48 2009 +0300
core: Add a FIXME comment
src/rygel/rygel-http-seek.vala | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel/rygel-http-seek.vala b/src/rygel/rygel-http-seek.vala
index 2ee263d..1042a34 100644
--- a/src/rygel/rygel-http-seek.vala
+++ b/src/rygel/rygel-http-seek.vala
@@ -92,6 +92,13 @@ internal class Rygel.HTTPSeek : GLib.Object {
return new HTTPSeek (Format.BYTES, start, stop);
}
+ // FIXME: We are only accepting time range in this format:
+ //
+ // TimeSeekRange.dlna.org : npt=417.33-779.09
+ //
+ // and not
+ //
+ // TimeSeekRange.dlna.org : npt=10:19:25.7-13:23:33.6
public static HTTPSeek? from_time_range (Soup.Message msg)
throws HTTPSeekError {
string range, time;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]