[rygel] data: Fix AVTransport2 description



commit bae70b42f472533518aa39c4c2fb5dfe25b922d8
Author: Jens Georg <mail jensge org>
Date:   Thu Sep 8 16:20:52 2011 +0200

    data: Fix AVTransport2 description

 data/xml/AVTransport2.xml.in |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/data/xml/AVTransport2.xml.in b/data/xml/AVTransport2.xml.in
index 4afb205..3872f80 100644
--- a/data/xml/AVTransport2.xml.in
+++ b/data/xml/AVTransport2.xml.in
@@ -12,7 +12,11 @@ Any updates to this file should maintain this convention.
 This includes disabling any automatic tab-to-space conversion
 feature provided by your editor.
 ================================================================-->
-<scpd>
+<scpd xmlns="urn:schemas-upnp-org:service-1-0">
+   <specVersion>
+      <major>1</major>
+      <minor>0</minor>
+   </specVersion>
    <serviceStateTable>
       <stateVariable sendEvents="no">
          <name>TransportState</name>
@@ -100,6 +104,7 @@ feature provided by your editor.
          <dataType>ui4</dataType>
          <allowedValueRange>
             <minimum>0</minimum>
+            <maximum>512</maximum>
          </allowedValueRange>
       </stateVariable>
 
@@ -108,6 +113,7 @@ feature provided by your editor.
          <dataType>ui4</dataType>
          <allowedValueRange>
             <minimum>0</minimum>
+            <maximum>512</maximum>
             <step>1</step>
          </allowedValueRange>
       </stateVariable>



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