diff --git a/doc/releases/migration-guide-4.2.rst b/doc/releases/migration-guide-4.2.rst index e643142e0ba0d..a0ad705c291dd 100644 --- a/doc/releases/migration-guide-4.2.rst +++ b/doc/releases/migration-guide-4.2.rst @@ -608,6 +608,11 @@ Video ``video_stream_start`` ``video_stream_stop`` +* ``video_format.pitch`` has been updated to be set explicitly by the driver, a task formerly + required by the application. This update enables the application to correctly allocate a buffer + size on a per driver basis. Existing applications will not be broken by this change but can be + simplified as performed in the sample in the commit ``33dcbe37cfd3593e8c6e9cfd218dd31fdd533598``. + Audio =====