After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703236 - [gstreamer-1.2-port] Add support for GstVideoGLTextureUploadMeta
[gstreamer-1.2-port] Add support for GstVideoGLTextureUploadMeta
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 698054
 
 
Reported: 2013-06-28 11:08 UTC by Víctor Manuel Jáquez Leal
Modified: 2013-09-27 12:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videobuffer: add GstVideoGLTextureUploadMeta (3.30 KB, patch)
2013-06-28 18:51 UTC, Víctor Manuel Jáquez Leal
none Details | Review
support to GstVideoGLTextureUploadMeta (5.62 KB, patch)
2013-07-15 11:43 UTC, Víctor Manuel Jáquez Leal
none Details | Review
support to GstVideoGLTextureUploadMeta (5.62 KB, patch)
2013-07-15 16:30 UTC, Víctor Manuel Jáquez Leal
none Details | Review

Description Víctor Manuel Jáquez Leal 2013-06-28 11:08:42 UTC
This bug is to track the patches required to support GstVideoGLTextureUploadMeta (available in GStreamer 1.2)
Comment 1 Víctor Manuel Jáquez Leal 2013-06-28 18:51:50 UTC
Created attachment 248031 [details] [review]
videobuffer: add GstVideoGLTextureUploadMeta

https://bugzilla.gnome.org/show_bug.cgi?id=698054
Comment 2 Víctor Manuel Jáquez Leal 2013-07-15 11:43:36 UTC
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.
Comment 3 Víctor Manuel Jáquez Leal 2013-07-15 16:30:40 UTC
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.
Comment 4 Gwenole Beauchesne 2013-09-27 12:32:33 UTC
Patch merged into git master branch. Thanks.
Comment 5 Gwenole Beauchesne 2013-09-27 12:32:45 UTC
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>