va: Add a gstva.h to include all va lib header files.
authorHe Junyan <junyan.he@intel.com>
Wed, 27 Oct 2021 03:08:39 +0000 (11:08 +0800)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 7 Feb 2022 10:12:36 +0000 (10:12 +0000)
commitea9b35024072cafdcfdf5cd78669495eb7d3916d
tree1b36f569b55bbdea4c8f865405b583cc368dc42f
parentd5c535744b9d41df0ce067636d1ddca7816a14fb
va: Add a gstva.h to include all va lib header files.

And replacing all va lib headers with this new header files
when including.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1256>
16 files changed:
subprojects/gst-plugins-bad/gst-libs/gst/va/gstva.h [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/va/meson.build
subprojects/gst-plugins-bad/sys/va/gstvaallocator.h
subprojects/gst-plugins-bad/sys/va/gstvabasedec.c
subprojects/gst-plugins-bad/sys/va/gstvabasetransform.c
subprojects/gst-plugins-bad/sys/va/gstvacaps.h
subprojects/gst-plugins-bad/sys/va/gstvadecoder.c
subprojects/gst-plugins-bad/sys/va/gstvadecoder.h
subprojects/gst-plugins-bad/sys/va/gstvadeinterlace.c
subprojects/gst-plugins-bad/sys/va/gstvadevice.h
subprojects/gst-plugins-bad/sys/va/gstvafilter.h
subprojects/gst-plugins-bad/sys/va/gstvasurfacecopy.h
subprojects/gst-plugins-bad/sys/va/gstvavpp.c
subprojects/gst-plugins-bad/sys/va/vasurfaceimage.h
subprojects/gst-plugins-bad/tests/examples/va/main.c
subprojects/gst-plugins-bad/tests/examples/va/multiple-vpp.c