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 b5934e8 commit f9a1ab4Copy full SHA for f9a1ab4
doc/releases/migration-guide-4.2.rst
@@ -541,6 +541,12 @@ Video
541
``video_stream_start``
542
``video_stream_stop``
543
544
+* video_format.pitch is no longer to be set by the application, but instead written back by
545
+ the driver. Then the application can know how much padding this particular driver uses
546
+ per line, and in turn know the required buffer size. Existing applications will not be
547
+ broken by this change but can be simplified as performed in the sample in the commit
548
+ ``33dcbe37cfd3593e8c6e9cfd218dd31fdd533598``.
549
+
550
Other subsystems
551
****************
552
0 commit comments