plugins: add GstVaapiVideoMemory and GstVaapiVideoBufferPool objects.
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Thu, 8 Nov 2012 14:41:22 +0000 (16:41 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 10 Apr 2013 12:58:16 +0000 (14:58 +0200)
commit5b11b833210e5097aad60af873556e5b6af63e7d
tree4148d7bc8a6dab5bf99f59873a32c84e0ba4959a
parentc8db926547eeba02f1e6499d89cdc9aba45c0082
plugins: add GstVaapiVideoMemory and GstVaapiVideoBufferPool objects.

Add initial support for GstVaapiVideoMemory backed buffer pool. The memory
object currently holds a reference to GstVaapiVideoMeta.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
gst/vaapi/Makefile.am
gst/vaapi/gstvaapivideobufferpool.c [new file with mode: 0644]
gst/vaapi/gstvaapivideobufferpool.h [new file with mode: 0644]
gst/vaapi/gstvaapivideomemory.c [new file with mode: 0644]
gst/vaapi/gstvaapivideomemory.h [new file with mode: 0644]