plugins: add vaapioverlay plugin
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 14 Nov 2019 20:03:57 +0000 (12:03 -0800)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 6 Jan 2020 19:56:10 +0000 (19:56 +0000)
commitd28ffd73c305a505a0a3621dc3f7befc42be036b
tree3fac12c9344db2119d483a8b47ee730d0bb35732
parentb76c0a0caf46f69f14316f7cfbad326e4a36cebe
plugins: add vaapioverlay plugin

A plugin similar to the base compositor element but
uses VA-API VPP blend functions to accelerate the
overlay/compositing.

Simple example:

 gst-launch-1.0 -vf videotestsrc ! vaapipostproc \
  ! tee name=testsrc ! queue \
  ! vaapioverlay sink_1::xpos=300 sink_1::alpha=0.75 \
  name=overlay ! vaapisink testsrc. ! queue ! overlay.
gst/vaapi/gstvaapi.c
gst/vaapi/gstvaapioverlay.c [new file with mode: 0644]
gst/vaapi/gstvaapioverlay.h [new file with mode: 0644]
gst/vaapi/meson.build