From 9f46a94d2af146ddcb314855112a049fd06d8b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Wed, 25 May 2016 10:36:33 +0200 Subject: [PATCH] vaapivideobufferpool: remove GL_TEXTURE_UPLOAD_META Since gstreamer-vaapi is coupled with gstreamer releases, there is no need to keep compatibility definition. This patch removes the definition of GST_BUFFER_POOL_OPTION_VIDEO_GL_TEXTURE_UPLOAD_META since it is in gst-plugins-base version 1.2.2 --- gst/vaapi/gstvaapivideobufferpool.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gst/vaapi/gstvaapivideobufferpool.h b/gst/vaapi/gstvaapivideobufferpool.h index 1ff3f57b7a..07b28a7a45 100644 --- a/gst/vaapi/gstvaapivideobufferpool.h +++ b/gst/vaapi/gstvaapivideobufferpool.h @@ -54,21 +54,6 @@ typedef struct _GstVaapiVideoBufferPoolPrivate GstVaapiVideoBufferPoolPrivate; #define GST_BUFFER_POOL_OPTION_VAAPI_VIDEO_META \ "GstBufferPoolOptionVaapiVideoMeta" -/** - * - * GST_BUFFER_POOL_OPTION_VIDEO_GL_TEXTURE_UPLOAD_META: - * - * An option that can be activated on bufferpool to request gl texture - * upload on buffers from the pool. - * - * When this option is enabled on the bufferpool, - * #GST_BUFFER_POOL_OPTION_VIDEO_META should also be enabled. - */ -#ifndef GST_BUFFER_POOL_OPTION_VIDEO_GL_TEXTURE_UPLOAD_META -#define GST_BUFFER_POOL_OPTION_VIDEO_GL_TEXTURE_UPLOAD_META \ - "GstBufferPoolOptionVideoGLTextureUploadMeta" -#endif - /** * GST_BUFFER_POOL_OPTION_DMABUF_MEMORY: *