[rygel] data: Correct supported SeekMode values



commit 381edb493bec89d3676ced60fe2c66b276e1efaf
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Mar 23 16:02:43 2011 +0200

    data: Correct supported SeekMode values

 data/xml/AVTransport2.xml.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/xml/AVTransport2.xml.in b/data/xml/AVTransport2.xml.in
index 4ed9b2c..13f1f10 100644
--- a/data/xml/AVTransport2.xml.in
+++ b/data/xml/AVTransport2.xml.in
@@ -209,7 +209,8 @@ feature provided by your editor.
          <sendEventsAttribute>no</sendEventsAttribute>
          <dataType>string</dataType>
          <allowedValueList>
-            <allowedValue>TRACK_NR</allowedValue>
+            <allowedValue>ABS_TIME</allowedValue>
+            <allowedValue>REL_TIME</allowedValue>
          </allowedValueList>
       </stateVariable>
 



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