GNOME Bugzilla – Bug 736715
texture: move to core libgstvaapi base library
Last modified: 2015-01-27 17:16:22 UTC
GstVaapiTexture is a generic abstraction that could be moved to the core libgstvaapi library. While doing this, no extra dependency needs to be added. This means that a GstVaapitextureClass is now available for any specific code that needs to be added, e.g. into gstvaapitexture_glx.c. Generic OpenGL data types (GLuint, GLenum) are also replaced with a plain guint.
commit 2101685b7d5f02d05665e85c0ed6d0788a3d25f5 Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Thu Oct 23 17:44:23 2014 +0200 texture: move to core libgstvaapi base library. GstVaapiTexture is a generic abstraction that could be moved to the core libgstvaapi library. While doing this, no extra dependency needs to be added. This means that a GstVaapitextureClass is now available for any specific code that needs to be added, e.g. creation of the underlying GL texture objects, or backend dependent ways to upload a surface to the texture object. Generic OpenGL data types (GLuint, GLenum) are also replaced with a plain guint. https://bugzilla.gnome.org/show_bug.cgi?id=736715