plugins: add support for GstVideoGLTextureUploadMeta.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 15 Jul 2013 11:41:00 +0000 (13:41 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 27 Sep 2013 12:17:20 +0000 (14:17 +0200)
commit41c4da5571d471b96f37062f5669303f87bd629a
tree3f56de0a9b92a55d4f77a38a7f3d9a6d9c401f39
parent8fe3bb0b14120738834000d3de3dfa842e692e24
plugins: add support for GstVideoGLTextureUploadMeta.

If the allocation meta GST_VIDEO_GL_TEXTURE_UPLOAD_META_API_TYPE is
requested, and more specifically under a GLX configuration, then add
the GstVideoGLTextureUploadMeta to the output buffer.

https://bugzilla.gnome.org/show_bug.cgi?id=703236

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