mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
e7479a8c94
The src caps of the libde265 is now fixed to I420, and so if the stream is other format, such as 4:4:4 or 10 bits format, the pipeline will crash because the dowstream element accesses the video buffer as I420 format. We now restrain the input caps to "main" profile, which only contains 4:2:0 8 bits stream. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5573> |
||
---|---|---|
.. | ||
gstlibde265.c | ||
libde265-dec.c | ||
libde265-dec.h | ||
meson.build |