gstreamer/gst-libs/gst/gl
fvanzile 178bbc253d glcontext: keep a ref to the active thread
With the macOS/iOS implementations, the active thread can change
multiple times over the life of a pipeline which would expose a race in
the thread tracking.

Fix by taking a ref on the active thread while the context is active.

https://bugzilla.gnome.org/show_bug.cgi?id=779202
2017-12-09 19:32:28 +00:00
..
android gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
cocoa cocoa: fix a recently introduced typo 2017-12-09 19:32:28 +00:00
dispmanx gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
eagl gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
egl gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
glprototypes glmemory: Use glBlitFramebuffer() instead of glCopyTexImage2D() if available 2017-12-09 19:32:26 +00:00
utils gl: Fix compiler warning about unused const variable with gcc 6 2017-12-09 19:32:17 +00:00
viv-fb gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
wayland gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
win32 gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
x11 gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
.gitignore [644/906] update .gitignore for some new files 2017-12-09 19:31:27 +00:00
gl.h gl: remove reference to non-existant header 2017-12-09 19:32:25 +00:00
gstgl_enums.h gl*memory: document new functionality and objects 2017-12-09 19:32:17 +00:00
gstgl_fwd.h gl/docs: some type fixes of type names 2017-12-09 19:32:26 +00:00
gstglapi.c docs: Port all docstring to gtk-doc markdown 2017-12-09 19:32:27 +00:00
gstglapi.h build: Check for GLES3/gl3ext.h existence 2017-12-09 19:32:27 +00:00
gstglbasefilter.c gl/utils: also take care of the local GL context in query functions 2017-12-09 19:32:26 +00:00
gstglbasefilter.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstglbasememory.c docs: Port all docstring to gtk-doc markdown 2017-12-09 19:32:27 +00:00
gstglbasememory.h glbasememory: type fix for GstGLBaseMemoryAllocatorAllocFunction 2017-12-09 19:32:26 +00:00
gstglbuffer.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglbuffer.h gl: add necessary get_type() functions for allocation params structures 2017-12-09 19:32:26 +00:00
gstglbufferpool.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglbufferpool.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstglcolorconvert.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglcolorconvert.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglconfig.h.meson build/gl/meson: check for GLES3/gl3ext.h existence 2017-12-09 19:32:27 +00:00
gstglcontext.c glcontext: keep a ref to the active thread 2017-12-09 19:32:28 +00:00
gstglcontext.h gl: Missed one backwards compat define in GST_GL_TYPE_CONTEXT 2017-12-09 19:32:27 +00:00
gstgldebug.c gl: add skip annotations to non-GI possible struct constructors 2017-12-09 19:32:26 +00:00
gstgldebug.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstgldisplay.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstgldisplay.h gl: Add support for Vivante EGL FB windowing system 2017-12-09 19:32:26 +00:00
gstglfeature.c glutils: document functions 2017-12-09 19:32:26 +00:00
gstglfeature.h glfeature: move internal functions into a private header 2017-12-09 19:32:23 +00:00
gstglfeature_private.h glfeature: move internal functions into a private header 2017-12-09 19:32:23 +00:00
gstglfilter.c docs: Port all docstring to gtk-doc markdown 2017-12-09 19:32:27 +00:00
gstglfilter.h glfilter: remove display_init/reset 2017-12-09 19:32:23 +00:00
gstglformat.c glformat: Add missing GST_GL_RGB565 in some switch statement 2017-12-09 19:32:28 +00:00
gstglformat.h gl/format: use our own GL format enum's instead of gstvideo's 2017-12-09 19:32:27 +00:00
gstglframebuffer.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglframebuffer.h gl: Remove duplicate typedef of GstGLFramebufferClass 2017-12-09 19:32:27 +00:00
gstglmemory.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglmemory.h gl/format: use our own GL format enum's instead of gstvideo's 2017-12-09 19:32:27 +00:00
gstglmemorypbo.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglmemorypbo.h gl/format: use our own GL format enum's instead of gstvideo's 2017-12-09 19:32:27 +00:00
gstgloverlaycompositor.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstgloverlaycompositor.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstglpixelformat.c glfilter: rewrite subclasses for filter_texture() occuring on GL thread 2017-12-09 19:32:21 +00:00
gstglquery.c docs: Port all docstring to gtk-doc markdown 2017-12-09 19:32:27 +00:00
gstglquery.h gl/docs: document new API added in 1.10 2017-12-09 19:32:23 +00:00
gstglrenderbuffer.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglrenderbuffer.h gl/format: use our own GL format enum's instead of gstvideo's 2017-12-09 19:32:27 +00:00
gstglshader.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglshader.h gl: Fixup for last commit 2017-12-09 19:32:27 +00:00
gstglshaderstrings.c gl: take the affine transformation in NDC 2017-12-09 19:32:19 +00:00
gstglshaderstrings.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstglsl.c docs: Port all docstring to gtk-doc markdown 2017-12-09 19:32:27 +00:00
gstglsl.h docs: Stop linking to inexistant symbols 2017-12-09 19:32:27 +00:00
gstglsl_private.h gstgl: Re-enable WINAPI on _MSC_VER 2017-12-09 19:32:23 +00:00
gstglslstage.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglslstage.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglsyncmeta.c docs: Port all docstring to gtk-doc markdown 2017-12-09 19:32:27 +00:00
gstglsyncmeta.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglupload.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglupload.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstglutils.c docs: Port all docstring to gtk-doc markdown 2017-12-09 19:32:27 +00:00
gstglutils.h glutils: privatise matrix multiplication/videoaffinetransformation retrieval 2017-12-09 19:32:26 +00:00
gstglutils_private.h glutils: Mark private functions as G_GNUC_INTERNAL 2017-12-09 19:32:26 +00:00
gstglviewconvert.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglviewconvert.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglwindow.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglwindow.h gl: Fixup for last commit 2017-12-09 19:32:27 +00:00
Makefile.am gl: Add viv-fb to DIST_SUBDIRS to fix "make distcheck" 2017-12-09 19:32:26 +00:00
meson.build build/gl/meson: check for GLES3/gl3ext.h existence 2017-12-09 19:32:27 +00:00