GNOME Bugzilla – Bug 703236
[gstreamer-1.2-port] Add support for GstVideoGLTextureUploadMeta
Last modified: 2013-09-27 12:32:45 UTC
This bug is to track the patches required to support GstVideoGLTextureUploadMeta (available in GStreamer 1.2)
Created attachment 248031 [details] [review] videobuffer: add GstVideoGLTextureUploadMeta https://bugzilla.gnome.org/show_bug.cgi?id=698054
Created attachment 249180 [details] [review] support to GstVideoGLTextureUploadMeta If the allocation meta GST_VIDEO_GL_TEXTURE_UPLOAD_META_API_TYPE is requested, under a GLX configuration, the GstVideoGLTextureUploadMeta is added the output buffer.
Created attachment 249221 [details] [review] support to GstVideoGLTextureUploadMeta If the allocation meta GST_VIDEO_GL_TEXTURE_UPLOAD_META_API_TYPE is requested, under a GLX configuration, the GstVideoGLTextureUploadMeta is added the output buffer.
Patch merged into git master branch. Thanks.
commit 41c4da5571d471b96f37062f5669303f87bd629a Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Date: Mon Jul 15 13:41:00 2013 +0200 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>