summaryrefslogtreecommitdiff
path: root/ext/gl/gstglimagesink.c
Commit message (Expand)AuthorAgeFilesLines
* glimagesink: Fix structure memory leakVineeth TM2015-11-171-1/+3
* glimagesink: request a resize on caps/3d mode changesMatthew Waters2015-09-171-33/+20
* glimagesink: avoid updating the viewport in the draw loopMatthew Waters2015-09-161-10/+10
* glimagesink: update display size before sending eventNicolas Dufresne2015-08-221-3/+3
* glsink: Enable sync meta on pools we offerNicolas Dufresne2015-08-151-0/+2
* glimagesink: Move overlay rendering after video renderingNicolas Dufresne2015-08-151-2/+2
* glimagesink: take into account non 1/1 par for navigationMatthew Waters2015-08-121-12/+45
* glimagesink: fix allocation meta structure leakTim-Philipp Müller2015-07-231-0/+3
* composition-overlay: Positions are relative to textureNicolas Dufresne2015-07-221-1/+1
* gloverlaycompositor: Create own shader objectLubosz Sarnecki2015-07-221-4/+2
* glimagesink: Properly handle compsositor life timeNicolas Dufresne2015-07-221-12/+11
* glimagesink: Send reconfigure event when window size changesLubosz Sarnecki2015-07-201-0/+13
* glimagesinkbin: Add allocation query for GstVideoOverlayCompositionLubosz Sarnecki2015-07-201-0/+13
* glimagesinkbin: Add GstVideoOverlayCompositionMeta caps featuresLubosz Sarnecki2015-07-201-5/+11
* glimagesink: Upload and draw overlays with GstGLOverlayCompositorLubosz Sarnecki2015-07-201-0/+17
* glimagesink: use g_clear_error instead of g_error_freeVineeth TM2015-07-021-4/+1
* glimagesink: Don't leak poolNicolas Dufresne2015-06-261-1/+4
* gldisplay: add gst_gl_display_create_contextJulien Isorce2015-06-191-34/+32
* Revert "gl: add GstGLContextGPUProcess backend"Julien Isorce2015-06-191-14/+0
* glimagesink: Remove duplicate, useless line of codeJan Schmidt2015-06-191-2/+0
* glimagesink: Support multiview/stereoscopic videoJan Schmidt2015-06-191-96/+435
* glimagesink: add missing handle-events/ignore-alpha property to the binMatthew Waters2015-06-151-0/+5
* glimagesink: Don't do pool cachingNicolas Dufresne2015-06-121-33/+8
* gl: move basesink properties from glimagesinkbin to glsinkbinMatthew Waters2015-06-121-69/+0
* glwindow: handle gst_video_overlay_set_render_rectangleMatthew Waters2015-05-311-3/+29
* gl: add GstGLContextGPUProcess backendJulien Isorce2015-05-271-0/+14
* glimagesink: correctly use the sync meta across multiple contextsMatthew Waters2015-05-201-5/+34
* glimagesink: free the vertex buffer when doneMatthew Waters2015-05-141-1/+6
* gl: remove useless gl{En,Dis}able (GL_TEXTURE_*) callsMatthew Waters2015-05-141-3/+1
* glimagesink: cleanup propertiesMatthew Waters2015-05-141-21/+6
* gl: element buffers are part of vao stateMatthew Waters2015-05-141-9/+27
* gl: don't deadlock on context creation failureMatthew Waters2015-05-131-1/+4
* Revert "Revert "glimagesink: add pixel-aspect-ratio property on the bin""Sebastian Dröge2015-05-061-1/+5
* Revert "Revert "glimagesink: forward ALL the properties on the bin""Sebastian Dröge2015-05-061-8/+93
* Revert "Revert "glimagesink: implement as a bin""Sebastian Dröge2015-05-061-112/+116
* Revert "gl: readd glupload/download onto element pads"Sebastian Dröge2015-05-061-16/+78
* glimagesink: handle the local_context queryMatthew Waters2015-05-041-3/+31
* gl: readd glupload/download onto element padsMatthew Waters2015-04-301-78/+16
* Revert "glimagesink: implement as a bin"Matthew Waters2015-04-301-145/+113
* Revert "glimagesink: forward ALL the properties on the bin"Matthew Waters2015-04-301-93/+8
* Revert "glimagesink: add pixel-aspect-ratio property on the bin"Matthew Waters2015-04-301-5/+1
* glimagesink: Cache caps for passing to the client draw callJan Schmidt2015-04-291-5/+8
* glimagesink: Use gst_pad_get_pad_template_caps in ::get_caps()Matthieu Bouron2015-04-281-1/+1
* glimagesink: Remove unused stop functionMatthieu Bouron2015-04-271-11/+0
* glimagesink: unref the pool in the correct placeMatthew Waters2015-04-271-5/+7
* gl: unref display/other-context in the correct placeMatthew Waters2015-04-271-5/+5
* glimagesink: balance change_state display ref/unrefMatthew Waters2015-04-241-4/+3
* gldisplay: synchronize the searching and creation of GstGLContext'sMatthew Waters2015-04-211-0/+5
* glimagesink: Disconnect mouse/key event signal handlers from window when shut...Sebastian Dröge2015-04-061-0/+7
* glimagesink: Guard against disconnecting invalid signal idsSebastian Dröge2015-04-061-2/+6