From 1491a9e3d3807cfc4adcd760a00bd73335400505 Mon Sep 17 00:00:00 2001 From: Josuah Demangeon Date: Sun, 18 May 2025 19:26:25 +0000 Subject: [PATCH] doc: migration-guide-4.2: video: add note on pitch Document the change of semantics of video_format.pitch field, modified in commit 33dcbe37cfd3593e8c6e9cfd218dd31fdd533598. Signed-off-by: Josuah Demangeon --- doc/releases/migration-guide-4.2.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/releases/migration-guide-4.2.rst b/doc/releases/migration-guide-4.2.rst index e643142e0ba0..a0ad705c291d 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 =====