GStreamer multimedia framework
Find a file
Alessandro Decina 4860e179fa gl: initial support for texture targets other than GL_TEXTURE_2D
Make GstGLMemory hold the texture target (tex_target) the texture it represents
(tex_id) is bound to. Modify gst_gl_memory_wrapped_texture and
gst_gl_download_perform_with_data to take the texture target as an argument.

This change is needed to support wrapping textures created outside libgstgl,
which might be bound to a target other than GL_TEXTURE_2D. For example on OSX
textures coming from VideoToolbox have target GL_TEXTURE_RECTANGLE.

With this change we still keep (and sometimes imply) GL_TEXTURE_2D as the
target of textures created with libgstgl.

API: modify GstGLMemory
API: modify gst_gl_memory_wrapped_texture
API: gst_gl_download_perform_with_data
2015-01-30 00:34:08 +11:00
ext/gl gl: initial support for texture targets other than GL_TEXTURE_2D 2015-01-30 00:34:08 +11:00
gst/compositor compositor: fix illegal memory access in blend function with negative ypos 2015-01-19 12:38:13 +00:00
gst-libs/gst/video aggregator: More fixes around locking when accessing protected private fields 2015-01-29 10:24:18 +01:00
tests/check/elements compositor: tests: Fix pad leak 2014-06-28 09:44:22 -03:00