gstreamer/sys/va
He Junyan 64b596103a va: Do not use a common parent_class in vabasedec.
We have only one copy of gst_va_base_dec_parent_class inside the
vabasedec, so it can not handle the case when there are multi va
decoders inside one pipeline. The pipeline:

  gst-launch-1.0 filesrc location=xxx.h264 ! h264parse \
      ! vah264dec ! msdkh265enc ! vah265dec ! fakesink

generates a assertion of

"invalid cast from 'GstVaH264Dec' to 'GstH265Decoder"

and gets a crash.

We should keep the parent_class for each decoder type.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2231>
2021-05-10 22:47:11 +08:00
..
gstvaallocator.c va: allocator: Disable derived for Gallium if RGB and reading. 2021-04-28 12:08:58 +02:00
gstvaallocator.h
gstvaav1dec.c va: Do not use a common parent_class in vabasedec. 2021-05-10 22:47:11 +08:00
gstvaav1dec.h
gstvabasedec.c va: Do not use a common parent_class in vabasedec. 2021-05-10 22:47:11 +08:00
gstvabasedec.h va: Do not use a common parent_class in vabasedec. 2021-05-10 22:47:11 +08:00
gstvacaps.c va: caps: Add image formats in raw caps only for non-iHD. 2021-04-02 17:18:10 +02:00
gstvacaps.h
gstvadecoder.c
gstvadecoder.h
gstvadevice.c
gstvadevice.h
gstvadisplay.c va: display: Fix typo. 2021-04-28 11:39:24 +02:00
gstvadisplay.h va: display: Fix typo. 2021-04-28 11:39:24 +02:00
gstvadisplay_drm.c
gstvadisplay_drm.h
gstvadisplay_wrapped.c
gstvadisplay_wrapped.h
gstvafilter.c va: filter: remove unsupported formats because driver's bugs 2021-04-07 11:06:59 +00:00
gstvafilter.h va: postproc, filter: add disable-passthrough property 2021-04-03 15:47:18 +02:00
gstvah264dec.c va: Do not use a common parent_class in vabasedec. 2021-05-10 22:47:11 +08:00
gstvah264dec.h
gstvah265dec.c va: Do not use a common parent_class in vabasedec. 2021-05-10 22:47:11 +08:00
gstvah265dec.h
gstvampeg2dec.c va: Do not use a common parent_class in vabasedec. 2021-05-10 22:47:11 +08:00
gstvampeg2dec.h
gstvapool.c
gstvapool.h
gstvaprofile.c
gstvaprofile.h
gstvautils.c
gstvautils.h
gstvavideoformat.c va: videoformats: Map more color formats. 2021-04-07 11:06:59 +00:00
gstvavideoformat.h va: videoformats: Fix RGB32 mapping between VA and GStreamer. 2021-04-07 11:06:59 +00:00
gstvavp8dec.c va: Do not use a common parent_class in vabasedec. 2021-05-10 22:47:11 +08:00
gstvavp8dec.h
gstvavp9dec.c va: Do not use a common parent_class in vabasedec. 2021-05-10 22:47:11 +08:00
gstvavp9dec.h
gstvavpp.c va: postproc: Remove unused parameter. 2021-04-28 11:39:24 +02:00
gstvavpp.h
meson.build
plugin.c