Skip to content

Commit 0fc4806

Browse files
ngphibangkartben
authored andcommitted
doc: release: 4.1: Move video_buffer_alloc to video section
Move video_buffer_alloc to the video section. Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
1 parent b341d9d commit 0fc4806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/releases/migration-guide-4.1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ Device Drivers and Devicetree
135135
The :c:macro:`DEVICE_API()` macro should be used by out-of-tree driver implementations for
136136
all the upstream driver classes.
137137

138-
* The :c:func:`video_buffer_alloc` and :c:func:`video_buffer_aligned_alloc` functions in the
139-
video API now take an additional timeout parameter.
140-
141138
ADC
142139
===
143140

@@ -471,6 +468,9 @@ Video
471468
``pitch = width * video_pix_fmt_bpp(pixfmt)`` needs to be replaced by an equivalent
472469
``pitch = width * video_bits_per_pixel(pixfmt) / BITS_PER_BYTE``.
473470

471+
* The :c:func:`video_buffer_alloc` and :c:func:`video_buffer_aligned_alloc` functions in the
472+
video API now take an additional timeout parameter.
473+
474474
* The :c:func:`video_stream_start` and :c:func:`video_stream_stop` driver APIs are now merged
475475
into the new :c:func:`video_set_stream` driver API. The user APIs are however unchanged to
476476
keep backward compatibility with downstream applications.

0 commit comments

Comments
 (0)