We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7756a commit 1491a9eCopy full SHA for 1491a9e
doc/releases/migration-guide-4.2.rst
@@ -608,6 +608,11 @@ Video
608
``video_stream_start``
609
``video_stream_stop``
610
611
+* ``video_format.pitch`` has been updated to be set explicitly by the driver, a task formerly
612
+ required by the application. This update enables the application to correctly allocate a buffer
613
+ size on a per driver basis. Existing applications will not be broken by this change but can be
614
+ simplified as performed in the sample in the commit ``33dcbe37cfd3593e8c6e9cfd218dd31fdd533598``.
615
+
616
Audio
617
=====
618
0 commit comments