summaryrefslogtreecommitdiff
path: root/tests/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: win32-videooverlay: Add support for testing gst_video_overlay_set_r...Seungha Yang2021-08-021-1/+208
* examples: win32-videooverlay: Use d3d11videosink by defaultSeungha Yang2021-07-301-1/+1
* examples: win32-videooverlay: Add test option for threading scenarioSeungha Yang2021-07-301-52/+97
* tests: example: Add missing glx_dep when building sdlshareNicolas Dufresne2021-07-151-2/+2
* examples/qt/textureshare: add explicit dep on glx_depMatthew Waters2021-07-131-1/+1
* Use gst_element_request_pad_simple...François Laignel2021-05-057-9/+11
* playback-test: add window titleStéphane Cerveau2021-04-291-1/+2
* opengl: Silence macOS OpenGL deprecationsDoug Nazar2021-04-242-0/+8
* playback-test: fix seek crashStéphane Cerveau2021-04-231-0/+3
* overlay/example: added qt core dependency for qt overlay exampleKnobe, Daniel2021-01-271-1/+1
* gl/examples: fix recordgraphic exampleMatthew Waters2021-01-221-15/+34
* examples: overlay: Add an example for Win32 window handle with playbinSeungha Yang2020-12-202-0/+256
* examples: Add a compositor mosaic example.Jan Schmidt2020-11-052-0/+147
* examples: Add an uridecodebin3 exampleSeungha Yang2020-10-192-1/+390
* examples/gl/gtk: Add missing dependency on gstglJan Alexander Steffens (heftig)2020-10-101-2/+2
* meson: Add a qt5 featureNicolas Dufresne2020-09-152-0/+8
* Add required dependencies of cocoa GL example for linking.Josh Matthews2020-08-101-2/+3
* videoaggregator: Update for additional info parameter to the "samples-selecte...Sebastian Dröge2020-08-071-1/+2
* gl: move each gl platform specific API to its own girGuillaume Desmottes2020-08-068-8/+8
* videoaggregator: update to new samples selection APIMathieu Duponchelle2020-08-051-2/+6
* examples: compositor: fix build with older GLib versionsTim-Philipp Müller2020-07-311-5/+9
* videoaggregator: implement samples selection APIMathieu Duponchelle2020-07-312-0/+171
* examples/gl/qt: silence compiler warningsMatthew Waters2020-07-1411-8/+48
* examples: win32-videooverlay: Add test for fullscreen mode switchSeungha Yang2020-07-081-0/+101
* examples/gl/qt: Don't include GL/glx.h unconditionallySeungha Yang2020-07-071-2/+1
* gl/examples/qt: hook up to meson buildMatthew Waters2020-06-1213-483/+93
* tests/examples/seek/instant-rate-change: Add example appJan Schmidt2020-04-012-0/+323
* playback-test: Add support for start_type=stop_type=NONE seeksSebastian Dröge2020-04-011-0/+5
* playback-test: Add support for sending instant-rate-change seeksSebastian Dröge2020-04-011-42/+60
* tests: Remove deprecated GTimeValOlivier Crête2019-12-182-10/+10
* test: fix up HAVE_X11 / HAVE_X definesTim-Philipp Müller2019-12-091-5/+5
* examples: overlaycomposition: Fix implicit declaration warningSeungha Yang2019-12-081-1/+7
* examples: win32-videooverlay: Remove unused variableSeungha Yang2019-12-081-1/+0
* examples: win32-videooverlay: Add an option for testing reuse of external windowSeungha Yang2019-11-181-26/+56
* examples: overlaycomposition: Fix typoSeungha Yang2019-11-151-1/+1
* examples: overlaycomposition: Add option for videosink element selectionSeungha Yang2019-11-131-3/+22
* Remove autotools build systemTim-Philipp Müller2019-10-1355-488/+0
* base: Avoid usage of deprecated APIEdward Hervey2019-10-115-26/+24
* examples: add device provider exampleMathieu Duponchelle2019-10-083-0/+338
* examples/gl/sdlshare: port to OpenGL 3.0 core profileMatthew Waters2019-10-031-65/+259
* examples/sdlshare: Map video frames as early as possible and wait via GL sync...Sebastian Dröge2019-09-301-44/+83
* examples/sdlshare: Initialize GL as part of the event loopSebastian Dröge2019-09-301-4/+9
* examples/sdlshare: Activate and initialize our wrapped GL contextSebastian Dröge2019-09-302-13/+25
* examples/sdlshare: Call gst_init() a bit earlier in main()Sebastian Dröge2019-09-302-3/+4
* examples/sdlshare: Create an OpenGL context for OpenGL 2.0Sebastian Dröge2019-09-302-0/+6
* examples/sdlshare: Switch from a GLib main loop to a normal SDL event loopSebastian Dröge2019-09-301-74/+91
* examples/sdlshare: Port to SDL2Sebastian Dröge2019-09-303-106/+75
* examples/sdlshare: Move from a fakesink to an appsinkSebastian Dröge2019-09-301-14/+28
* examples/sdlshare: Store buffer queues and loop in a global variableSebastian Dröge2019-09-301-27/+8
* examples/sdlshare: Bus sync handlers return no valueSebastian Dröge2019-09-302-8/+2