Skip to content

Commit ab3fb8e

Browse files
Making Bounds in VideoSourceConfiguration adaptable (#676)
* Making Bounds in VideoSourceConfiguration adaptable * Including feedback from the F2F Meeting in Kuala Lumpur
1 parent 9e8ec95 commit ab3fb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Media2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@
12611261
</variablelist>
12621262
<para>Note for the VideoEncoderConfiguration: if necessary the device may adapt parameter values for Quality and RateControl elements without returning an error. A device shall adapt an out of range BitrateLimit instead of returning a fault.</para>
12631263
<para>Note for the AudioSourceConfiguration: If the new settings invalidate any parameters already negotiated using RTSP, for example by changing codec type, the device must not apply these settings to existing streams. Instead it must either continue to stream using the old settings or stop sending data on the affected streams.</para>
1264-
<para>Note for the VideoSourceConfiguration: If a Device supports Rotation and the new settings do not contain Rotate element, a device shall keep current rotation state.</para>
1264+
<para>Note for the VideoSourceConfiguration: If a Device supports Rotation and the new settings do not contain Rotate element, a device shall keep current rotation state. Moreover, if necessary the device may adapt parameter values for the Bounds element without returning an error. In case of adaptation of the parameter values, the device shall return the adapted values upon the client's request.</para>
12651265
</section>
12661266
<section>
12671267
<title>Get&lt;entity&gt;ConfigurationOptions</title>

0 commit comments

Comments
 (0)