Skip to content

Commit bb65040

Browse files
committed
doc: migration-guide-4.3: Mention some changes in video structures
Mention some dropped fields in the video_caps structure and the buffer allocation size for application. Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent efdd708 commit bb65040

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ PTP Clock
245245
ratio adjusting based on nominal frequency. Drivers implementing :c:func:`ptp_clock_rate_adjust`
246246
should be adjusted to account for the new behavior.
247247

248+
Video
249+
*****
250+
251+
* The ``min_line_count`` and ``max_line_count`` fields have been removed from :c:struct:`video_caps`.
252+
Application should base on the new :c:member:`video_format.size` to allocate buffers.
253+
248254
Other subsystems
249255
****************
250256

0 commit comments

Comments
 (0)