summaryrefslogtreecommitdiff
path: root/ext/gl/gstgldownloadelement.c
Commit message (Expand)AuthorAgeFilesLines
* gldownload: use the GstGLSyncMeta in all casesMatthew Waters2021-07-271-8/+8
* gl/download: add support for output memory:NVMM buffersMatthew Waters2021-04-281-3/+906
* gl: allow per feature registrationStéphane Cerveau2021-03-161-0/+3
* gl: download: Fix a caps memory leak in _try_export_dmabuf().He Junyan2021-03-031-0/+1
* gl: download: Fix a caps memory leak in prepare_output_buffer().He Junyan2021-03-031-1/+5
* gl: download: Fix the wrong transformed result from src direction in transfor...He Junyan2021-03-031-2/+5
* gldownload: Fix renegotiation loopNicolas Dufresne2019-11-111-2/+60
* gldownload: Refactor download mode selectionNicolas Dufresne2019-11-111-29/+50
* eglimage: Fix exported DMABuf sizeNicolas Dufresne2019-11-111-3/+4
* gldownload: Wait on sync meta if anyNicolas Dufresne2019-11-111-0/+8
* gl: use gst_video_meta_set_alignment()Guillaume Desmottes2019-11-021-1/+8
* Run gst-indent through the filesJordan Petridis2018-11-281-2/+1
* gldownloadelement: fix build with msvcMatthew Waters2018-06-061-3/+7
* gldownload: remove texture-target field from dmabuf/sysmem capsMatthew Waters2018-02-091-0/+14
* gldownload: fix wrong enumVíctor Manuel Jáquez Leal2017-12-091-1/+1
* gldownload: Add missing ifdef for dmabuf and eglNicolas Dufresne2017-12-091-0/+2
* gldownload: Add dmabuf exportingMatt Fischer2017-12-091-5/+270
* gldownload: Micro-optimisation. Don't check output caps on every bufferJan Schmidt2017-12-091-17/+14
* gldownload: fix element description (was "OpenGL uploader")Florent Thiéry2017-12-091-1/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2017-12-091-4/+4
* gldownload: allow video/x-raw as inputAlessandro Decina2017-12-091-2/+2
* glmemory: base classify and add the pbo memory on topMatthew Waters2017-12-091-1/+2
* download: only start a download transfer for sysmem caps featuresMatthew Waters2017-12-091-4/+15
* glmemory: separate pbo transfer from texture transfersMatthew Waters2017-12-091-0/+10
* gldownloadelement: Download *from* OpenGL, not intoSebastian Dröge2017-12-091-1/+1
* gldownloadelement: Fix element descriptionSebastian Dröge2017-12-091-1/+1
* gldownloadelement: Remove unused ::finalize() implementationSebastian Dröge2017-12-091-9/+0
* gl: add new gldownloadelementMatthew Waters2017-12-091-0/+183