mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
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
This commit is contained in:
parent
789afaccfb
commit
9f46a94d2a
1 changed files with 0 additions and 15 deletions
|
@ -54,21 +54,6 @@ typedef struct _GstVaapiVideoBufferPoolPrivate GstVaapiVideoBufferPoolPrivate;
|
||||||
#define GST_BUFFER_POOL_OPTION_VAAPI_VIDEO_META \
|
#define GST_BUFFER_POOL_OPTION_VAAPI_VIDEO_META \
|
||||||
"GstBufferPoolOptionVaapiVideoMeta"
|
"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:
|
* GST_BUFFER_POOL_OPTION_DMABUF_MEMORY:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue