summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2020-10-16meson: update glib minimum version to 2.56Stéphane Cerveau1-6/+0
2019-10-14Remove autotools buildTim-Philipp Müller2-46/+0
2019-04-12testegl: properly detect and use rpi specific libsGuillaume Desmottes2-5/+8
2019-04-12testelg: include eglext.hGuillaume Desmottes1-0/+1
2019-04-12testegl: move up pi specific macrosGuillaume Desmottes1-9/+9
2018-01-19TestEgl: Removed redundant/unused codeAshish Kumar1-9/+0
2017-12-11example: port testegl.c to desktopJulien Isorce3-7/+70
2017-01-18build: add meson build definitionMatthew Waters2-0/+22
2017-01-18examples/testegl: update for libgstgl changesMatthew Waters1-2/+2
2016-05-04omxvideodec : Use gstglmemoryegl for the RPiGwang Yoon Hwang1-11/+1
2016-02-17examples: update egl example for gstgl API changesMatthew Waters1-36/+27
2015-08-20gst-omx: Fix memory leaks when context parse failsVineeth TM1-0/+2
2014-06-30examples: #define GST_USE_UNSTABLE_API for libgstglSebastian Dröge1-0/+1
2014-06-25testegl: do matrix mutlplication in the shaderJulien Isorce1-70/+46
2014-06-25testegl: add a comment for the parse commandJulien Isorce1-1/+23
2014-06-25testegl: convert code from GLESv1 to GLESv2Julien Isorce3-158/+414
2014-06-25testegl: port to gstgl APIJulien Isorce2-610/+117
2014-04-15configure.ac: check for libgstgl since libgstegl has been removedJulien Isorce1-1/+1
2014-03-28omxvideodec: Implement pipeline draining to support adaptive scenariosJosep Torra1-1/+7
2014-03-28examples: fix several memory leaks in the testegl exampleJosep Torra1-6/+32
2014-03-28examples: keep a ref on the buffer instead of the memoryJulien Isorce1-10/+12
2014-03-12examples: Only build RPi EGL example if RPi was chosen as targetSebastian Dröge1-1/+5
2014-03-05examples: avoid a clashing name with the recently added GstEGLImagePoolJosep Torra1-38/+44
2013-09-28examples: simplify the thread synchronization codeJosep Torra1-35/+18
2013-09-24examples: fix another race conditionJosep Torra1-8/+7
2013-09-20examples: fix a race condition when seekingJosep Torra1-45/+74
2013-09-20examples: display QoS statisticsJosep Torra1-2/+20
2013-09-20examples: use dedicated thread for rendering the sceneJosep Torra1-75/+77
2013-09-20examples: don't force an specific audio sinkJosep Torra1-9/+1
2013-09-20examples: drop remnants of initial appsink attemptJosep Torra1-1/+1
2013-07-01examples: enable audio in testegl exampleIlya Smelykh1-1/+17
2013-06-11examples: testegl example port to 1.xIlya Smelykh2-137/+563
2013-05-10examples: add an example aplication based OpenGL ES + EGLJosep Torra4-0/+1463