tests: examples: add va-x11-render example
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 3 Aug 2020 11:50:23 +0000 (13:50 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 3 Aug 2020 17:33:01 +0000 (19:33 +0200)
commit962ebebe066169592837af1227234e23191f286b
treebd87a34a0268027bb9b753cb45b00433fa47542e
parent1b4294c5b837e67d44099e5df52ffc819249dc4a
tests: examples: add va-x11-render example

This a GTK+ example will share, through GstContext, a custom X11
VADisplay to a pipeline using vah264dec and appsink.

When the frames are processed for rendering, the VASurfaceID is
fetched from the buffer and it is rendered using vaPutSurface in a X11
widget.
tests/examples/meson.build
tests/examples/va/main.c [new file with mode: 0644]
tests/examples/va/meson.build [new file with mode: 0644]