mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 23:14:31 +08:00
b833b17849
After gstreamer rework the dynamic resolution change handling, gstreamer
stop doing capture buffer allocation based on guesses and wait for the
source change event when available. It requires driver always notify
source change event in the initialization, even if the size parsed is
equal to the size set on capture queue. otherwise, the pipeline will be
stalled.
Currently driver may not notify source change event if the parsed format
and size are equal to those previously established, but it may stall the
gstreamer pipeline.
The link of gstreamer patch is
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4437
Fixes:
|
||
---|---|---|
.. | ||
dw100 | ||
imx8-isi | ||
imx-jpeg | ||
imx7-media-csi.c | ||
imx8mq-mipi-csi2.c | ||
imx-mipi-csis.c | ||
imx-pxp.c | ||
imx-pxp.h | ||
Kconfig | ||
Makefile | ||
mx2_emmaprp.c |