summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-03-16tests: audiomixer: remove unistd.h includeTim-Philipp Müller1-2/+0
2018-03-01tests: tags: add unit test for ID3 v2.4 extended headersTim-Philipp Müller1-1/+26
2018-03-01audioaggregator: refactor conversion APIMathieu Duponchelle1-0/+136
2018-02-19tests: videoscale: simplify test and make it more robustTim-Philipp Müller1-104/+31
2018-02-19icles: add appsink and appsrc benchmarksTim-Philipp Müller4-1/+130
2018-02-13audiomixer, audiointerleave: add to buildTim-Philipp Müller3-1/+34
2018-02-13audioaggregator, audiomixer, audiointerleave: move from -bad to -baseTim-Philipp Müller2-0/+3022
2018-02-09gl*bin: fix transfer semantics for the create-element signalMatthew Waters4-0/+516
2018-02-06meson: Enable libs_video unit testNicolas Dufresne1-1/+1
2018-02-01tests: sdp: relicense code snippet from GPLv3 to LGPLv2.1+Tim-Philipp Müller1-22/+3
2018-01-24gst-plugins-base.supp: add gl suppressions for one off init allocationsVincent Penquerc'h1-0/+52
2018-01-19tests: audioconvert: fix up check for lost channel positionsTim-Philipp Müller1-2/+2
2018-01-19tests: audioconvert: Fix memory leak in failure pathJimmy Ohn1-2/+3
2018-01-16tests: fix build on Windows with MSVCTim-Philipp Müller2-1/+8
2018-01-16meson: tests: fix build of tcp test on unixTim-Philipp Müller1-1/+1
2018-01-16meson: tests: skip allocators dmabuf test on non-LinuxTim-Philipp Müller1-1/+1
2018-01-16tests: include config.h and don't include unix headersTim-Philipp Müller36-40/+95
2018-01-08examples: playback: don't use deprecated font button APITim-Philipp Müller1-2/+3
2018-01-03libs/glheaders: move object creation to the gl thread where necessaryMatthew Waters1-7/+6
2018-01-03tests/glheaders: use #if for platform selectionMatthew Waters1-1/+1
2017-12-22meson: gl: define HAVE_PNG etc. in config.h instead of c_argsTim-Philipp Müller1-1/+1
2017-12-21rtp: fix gst_rtp_buffer_ext_timestamp taking into account backwardsMiguel Paris2-0/+94
2017-12-21tests: add missing commaMathieu Duponchelle1-1/+1
2017-12-21tests: conditionally define the glimagesink test as wellMathieu Duponchelle1-1/+1
2017-12-21tests: fix build when not building gstglMathieu Duponchelle1-10/+15
2017-12-19audioaggregator: implement input conversionMathieu Duponchelle1-9/+146
2017-12-19gl: fix up a few more #if HAVE_FOOTim-Philipp Müller1-3/+3
2017-12-19gl: hook up testsTim-Philipp Müller8-2/+527
2017-12-19gl: hook up to build systemTim-Philipp Müller18-68/+84
2017-12-19gl: examples: fix c++ code for -Wreturn-aggregateTim-Philipp Müller3-9/+7
2017-12-19gl: remove GST_USE_UNSTABLE_API bitsTim-Philipp Müller2-8/+2
2017-12-19Move OpenGL library and plugin from -badTim-Philipp Müller108-0/+12729
2017-12-09sdlshare: Destroy GL backend buffer before the GL ContextNicolas Dufresne1-9/+9
2017-12-09sdlshare2: Fix race conditionsNicolas Dufresne1-24/+42
2017-12-09meson: Build gl/sdl examplesNicolas Dufresne2-0/+23
2017-12-093dvideo example: Correct video overlay for HiDPIJan Schmidt1-1/+8
2017-12-09gl/tests: add some simple shader testingMatthew Waters2-0/+326
2017-12-09gl/query: split tests and fix some corresponding issues in usageMatthew Waters1-13/+210
2017-12-09Use value instead of version macro when testing for mac OS versionJérôme Laheurte1-1/+1
2017-12-09examples/gl/gtk: build fix for the 3dvideo example on macOSPhilippe Normand1-1/+6
2017-12-09examples/gl/gtk: fix overlay handling for macOSPhilippe Normand1-1/+1
2017-12-09gl/checks: fix buildMatthew Waters3-0/+3
2017-12-09glutils: fix matrix operations everywhereMatthew Waters1-0/+262
2017-12-09gl: do not include GL headers in public gstgl headersJulien Isorce6-3/+179
2017-12-09examples: gl: remove ancient bitrotten .vcproj filesTim-Philipp Müller14-3220/+0
2017-12-09examples: fix macOS 9.12 deprecation warningsJosep Torra1-2/+11
2017-12-09gl: GL_ARRAY_BUFFER is not a part of VAO stateMatthew Waters2-8/+4
2017-12-09gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters4-15/+14
2017-12-09applemedia/gl: Update code to use ARCNick Kallen2-15/+7
2017-12-09gl/tests: fix glimagesink element test on OSXMatthew Waters1-27/+69