Skip to content

Commit 4ce4fb3

Browse files
Fix parameter documentation from code review
Co-authored-by: Sriram Bhetanabottla <sriram.bhetanabottla@axis.com>
1 parent af6541f commit 4ce4fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wsdl/ver10/schema/onvif.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,12 +801,12 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
801801
<xs:sequence>
802802
<xs:element name="DynamicGov" type="xs:boolean" minOccurs="0">
803803
<xs:annotation>
804-
<xs:documentation>Indicates if device is allowed to skip unnecessary I-frames when there is no motion. The GovLength is the maximum interval rather than a fixed value.</xs:documentation>
804+
<xs:documentation>Indicates if device is allowed to skip unnecessary I-frames. The GovLength is the maximum interval rather than a fixed value.</xs:documentation>
805805
</xs:annotation>
806806
</xs:element>
807807
<xs:element name="DynamicFPS" type="xs:boolean" minOccurs="0">
808808
<xs:annotation>
809-
<xs:documentation>Indicates that device is allowed to skip unnecessary P-frames when there is no motion. To ensure a minimum framerate, enable GuaranteedFrameRate and set FrameRate.</xs:documentation>
809+
<xs:documentation>Indicates that device is allowed to skip unnecessary P-frames when there is no motion. To ensure a minimum framerate, enable GuaranteedFrameRate and set FrameRateLimit.</xs:documentation>
810810
</xs:annotation>
811811
</xs:element>
812812
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> <!-- first ONVIF then Vendor -->

0 commit comments

Comments
 (0)