gstreamer/subprojects/gst-plugins-bad/ext/libde265
He Junyan e7479a8c94 libde265dec: Only decode the main profile
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>
2023-11-03 12:41:59 +00:00
..
gstlibde265.c
libde265-dec.c libde265dec: Only decode the main profile 2023-11-03 12:41:59 +00:00
libde265-dec.h
meson.build