summaryrefslogtreecommitdiff
path: root/tests/examples
AgeCommit message (Expand)AuthorFilesLines
2021-08-02examples: win32-videooverlay: Add support for testing gst_video_overlay_set_r...Seungha Yang1-1/+208
2021-07-30examples: win32-videooverlay: Use d3d11videosink by defaultSeungha Yang1-1/+1
2021-07-30examples: win32-videooverlay: Add test option for threading scenarioSeungha Yang1-52/+97
2021-07-15tests: example: Add missing glx_dep when building sdlshareNicolas Dufresne1-2/+2
2021-07-13examples/qt/textureshare: add explicit dep on glx_depMatthew Waters1-1/+1
2021-05-05Use gst_element_request_pad_simple...François Laignel7-9/+11
2021-04-29playback-test: add window titleStéphane Cerveau1-1/+2
2021-04-24opengl: Silence macOS OpenGL deprecationsDoug Nazar2-0/+8
2021-04-23playback-test: fix seek crashStéphane Cerveau1-0/+3
2021-01-27overlay/example: added qt core dependency for qt overlay exampleKnobe, Daniel1-1/+1
2021-01-22gl/examples: fix recordgraphic exampleMatthew Waters1-15/+34
2020-12-20examples: overlay: Add an example for Win32 window handle with playbinSeungha Yang2-0/+256
2020-11-05examples: Add a compositor mosaic example.Jan Schmidt2-0/+147
2020-10-19examples: Add an uridecodebin3 exampleSeungha Yang2-1/+390
2020-10-10examples/gl/gtk: Add missing dependency on gstglJan Alexander Steffens (heftig)1-2/+2
2020-09-15meson: Add a qt5 featureNicolas Dufresne2-0/+8
2020-08-10Add required dependencies of cocoa GL example for linking.Josh Matthews1-2/+3
2020-08-07videoaggregator: Update for additional info parameter to the "samples-selecte...Sebastian Dröge1-1/+2
2020-08-06gl: move each gl platform specific API to its own girGuillaume Desmottes8-8/+8
2020-08-05videoaggregator: update to new samples selection APIMathieu Duponchelle1-2/+6
2020-07-31examples: compositor: fix build with older GLib versionsTim-Philipp Müller1-5/+9
2020-07-31videoaggregator: implement samples selection APIMathieu Duponchelle2-0/+171
2020-07-14examples/gl/qt: silence compiler warningsMatthew Waters11-8/+48
2020-07-08examples: win32-videooverlay: Add test for fullscreen mode switchSeungha Yang1-0/+101
2020-07-07examples/gl/qt: Don't include GL/glx.h unconditionallySeungha Yang1-2/+1
2020-06-12gl/examples/qt: hook up to meson buildMatthew Waters13-483/+93
2020-04-01tests/examples/seek/instant-rate-change: Add example appJan Schmidt2-0/+323
2020-04-01playback-test: Add support for start_type=stop_type=NONE seeksSebastian Dröge1-0/+5
2020-04-01playback-test: Add support for sending instant-rate-change seeksSebastian Dröge1-42/+60
2019-12-18tests: Remove deprecated GTimeValOlivier Crête2-10/+10
2019-12-09test: fix up HAVE_X11 / HAVE_X definesTim-Philipp Müller1-5/+5
2019-12-08examples: overlaycomposition: Fix implicit declaration warningSeungha Yang1-1/+7
2019-12-08examples: win32-videooverlay: Remove unused variableSeungha Yang1-1/+0
2019-11-18examples: win32-videooverlay: Add an option for testing reuse of external windowSeungha Yang1-26/+56
2019-11-15examples: overlaycomposition: Fix typoSeungha Yang1-1/+1
2019-11-13examples: overlaycomposition: Add option for videosink element selectionSeungha Yang1-3/+22
2019-10-13Remove autotools build systemTim-Philipp Müller55-488/+0
2019-10-11base: Avoid usage of deprecated APIEdward Hervey5-26/+24
2019-10-08examples: add device provider exampleMathieu Duponchelle3-0/+338
2019-10-03examples/gl/sdlshare: port to OpenGL 3.0 core profileMatthew Waters1-65/+259
2019-09-30examples/sdlshare: Map video frames as early as possible and wait via GL sync...Sebastian Dröge1-44/+83
2019-09-30examples/sdlshare: Initialize GL as part of the event loopSebastian Dröge1-4/+9
2019-09-30examples/sdlshare: Activate and initialize our wrapped GL contextSebastian Dröge2-13/+25
2019-09-30examples/sdlshare: Call gst_init() a bit earlier in main()Sebastian Dröge2-3/+4
2019-09-30examples/sdlshare: Create an OpenGL context for OpenGL 2.0Sebastian Dröge2-0/+6
2019-09-30examples/sdlshare: Switch from a GLib main loop to a normal SDL event loopSebastian Dröge1-74/+91
2019-09-30examples/sdlshare: Port to SDL2Sebastian Dröge3-106/+75
2019-09-30examples/sdlshare: Move from a fakesink to an appsinkSebastian Dröge1-14/+28
2019-09-30examples/sdlshare: Store buffer queues and loop in a global variableSebastian Dröge1-27/+8
2019-09-30examples/sdlshare: Bus sync handlers return no valueSebastian Dröge2-8/+2