Skip to content

Commit 3299582

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 4c70858 commit 3299582

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
@@ -251,6 +251,12 @@ PTP Clock
251251
ratio adjusting based on nominal frequency. Drivers implementing :c:func:`ptp_clock_rate_adjust`
252252
should be adjusted to account for the new behavior.
253253

254+
Video
255+
*****
256+
257+
* The ``min_line_count`` and ``max_line_count`` fields have been removed from :c:struct:`video_caps`.
258+
Application should base on the new :c:member:`video_format.size` to allocate buffers.
259+
254260
Other subsystems
255261
****************
256262

0 commit comments

Comments
 (0)