gl: propogate other-context using GstContext
[platform/upstream/gstreamer.git] / ext / gl / gstglimagesink.c
2017-12-09 Matthew Watersgl: propogate other-context using GstContext
2017-12-09 Sebastian Drögeglimagesink: Only finalize the other context in finalize()
2017-12-09 Sebastian Drögeglimagesink: Don't leak other-context
2017-12-09 Matthew Watersglupload: provide the output buffer that is rendered...
2017-12-09 Sanjay NMgl: Removed unreachable break, unused variable
2017-12-09 Sebastian Drögeglimagesink: Add missing break to switch
2017-12-09 Lubosz Sarneckiglimagesink: expose context
2017-12-09 Matthew Watersglimagesink: unref the window on navigation event
2017-12-09 Tim-Philipp Mülleropengl: update element docs for 1.x
2017-12-09 Vasilis LiaskovitisGstGLWindow, GstGLImagesink, x11: Scale navigation...
2017-12-09 Matthew Watersgl: document GST_GL_* environment variables
2017-12-09 Matthew Watersglimagesink: keep the uploaded buffer around on success...
2017-12-09 Matthew Watersglimagesink: silence gsignal warning
2017-12-09 Matthew Watersglimagesink: remove extra argument from debug call
2017-12-09 Vasilis Liaskovitisglimagesink: Add navigation interface and callbacks...
2017-12-09 Nicolas Dufresneglimagesink: Keep aspect ratio by default
2017-12-09 Sebastian Drögeglimagesink: Chain up to the parent class' finalize...
2017-12-09 Sebastian Drögeglimagesink: Make sure to always unref the display
2017-12-09 Matthew Watersglimagesink: replace pointer properties with signals
2017-12-09 Matthieu Bouronglimagesink: improve state change debug message
2017-12-09 Matthew Watersglimagesink: unref the old buffer outside the lock
2017-12-09 Matthew WatersRevert "[880/906] glimagesink: remove unused stored_buf...
2017-12-09 Matthew Watersglfeature: remove GST_GL_API_GLES3
2017-12-09 Matthew Watersgl/upload: add GstGLUploadMeta object
2017-12-09 Julien Isorceglimagesink: make it actually honor show-preroll-frame...
2017-12-09 Matthew Watersgl/eglimage: add eglimage context feature
2017-12-09 Sebastian Drögeglimagesink: Check if context creation failed before...
2017-12-09 Matthew Watersgl/upload: implement lazy init
2017-12-09 Matthew Watersgl: advertise GstGLMemory usage in the caps as capsfeatures
2017-12-09 Matthew Watersgl/sink: make sure we always initialize the upload...
2017-12-09 Matthew Watersgl: use the bufferpool's upload when available
2017-12-09 Julien Isorceglimagesink: use new helper function to avoid duplicati...
2017-12-09 Julien Isorcegl: fails glimagesink when shader compilation went...
2017-12-09 Julien Isorcegl: call glClearColor before glClear
2017-12-09 Sebastian Drögeglimagesink: Use the pixel-aspect-ratio adjusted width...
2017-12-09 Sebastian Drögeglimagesink: By default keep the display aspect ratio
2017-12-09 Sebastian Drögeglimagesink: Call gst_object_unref() on the GstGL GObje...
2017-12-09 Sebastian Drögeglimagesink: If creating a context or upload failed...
2017-12-09 Vincent Penquerc'hgl: a couple spelling/grammar fixes
2017-12-09 Vincent Penquerc'hgl: guard against using a NULL window pointer
2017-12-09 Matthew Watersglimagesink: remove unused texture
2017-12-09 Matthew Watersglimagesink: move upload into _prepare()
2017-12-09 Sebastian Drögeglimagesink: First handle GL window setup, then create...
2017-12-09 Matthew Watersgl/mem: allocate the memory per plane
2017-12-09 Matthew Watersgl: add colorconvert object that converts between color...
2017-12-09 Sebastian Drögeglimagesink: Create GL context and set up window from...
2017-12-09 Matthew Watersgl: pass video info's by reference
2017-12-09 Matthew Watersgl: avoid adding a NULL pool to propose allocation
2017-12-09 Julien Isorcegl: only set CAPS_FEATURE_MEMORY_EGL_IMAGE on egl platform
2017-12-09 Julien Isorcegl: let the user includes itself our egl headers if...
2017-12-09 Julien Isorcegl: add EGLImage support
2017-12-09 Matthew Watersmove gl elements to ext subdirectory