summaryrefslogtreecommitdiff
path: root/ext/wayland
Commit message (Expand)AuthorAgeFilesLines
* waylandsink: Fix double render checkNicolas Dufresne2021-09-172-5/+14
* waylandsink: prevent frame callback being released twiceRandy Li (ayaka)2021-06-154-14/+18
* waylandsink: Fix for missing initial configureNicolas Dufresne2021-06-021-1/+1
* wayland: allow per feature registrationStéphane Cerveau2021-03-232-2/+5
* wlvideoformat: fix DMA format convertorRandy Li2020-11-021-1/+1
* waylandsink: release frame callback when destroyedRandy Li2020-10-293-0/+7
* waylandsink: Use memfd_create() when availableEmmanuel Gil Peyrot2020-09-151-11/+26
* waylandsink: Update stale GstBuffer references in wayland buffer cacheDamian Hobson-Garcia2020-07-282-16/+21
* waylandsink: use GstMemory instead of GstBuffer for cache lookupDamian Hobson-Garcia2020-07-153-20/+25
* waylandsink: Keep per display wayland buffer cachesDamian Hobson-Garcia2020-07-155-26/+44
* wlvideoformat: fix typo in the format listMichael Olbrich2020-06-281-1/+1
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-231-0/+2
* waylandsink: add wl_registry.global_remove listenerHaihua Hu2020-06-091-1/+9
* waylandsink: Clear window when pipeline is stoppedGuillermo Rodríguez2020-01-281-6/+10
* waylandsink: Fix xdg_shell fullscreen modeShinya Saito2020-01-101-5/+11
* wlvideoformat: clean up video formatsWonchul Lee2019-12-172-78/+46
* waylandsink: Commit the parent after creating subsurfaceJeffy Chen2019-11-251-0/+2
* documentation: fixed a heap o' typosAaron Boxer2019-11-052-2/+2
* Remove autotools build systemTim-Philipp Müller2019-10-142-68/+0
* wayland: Add more DRM formatsolivier.crete@collabora.com2019-09-271-1/+13
* wayland: Drop big-endian version of the DRM formatsolivier.crete@collabora.com2019-09-272-28/+0
* wayland: gracefully handle unknown formatsMark Nauwelaerts2019-09-091-6/+13
* Revert "waylandsink: Don't create throwaway empty regions"Jeffy Chen2019-09-031-2/+8
* waylandsink: Fix return type of prototype of show_frame()Shinya Saito2019-08-261-1/+1
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-231-2/+3
* ext/wayland: Define libdrm_dep in meson.buildThomas Coldrick2019-08-201-0/+2
* waylandsink: Workaround gnome-shell bugNicolas Dufresne2019-05-261-2/+10
* wayland/wlbuffer: just return if used_by_compositor is true when attachHaihua Hu2019-05-221-1/+4
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* waylandsink: make gst_wl_window_is_toplevel aware of XDG shellAndrey Konovalov2019-04-091-1/+4
* waylandsink: Wait for the surface to be configuredNicolas Dufresne2019-04-032-3/+23
* waylandsink: Implement XDG-shell stable supportNiels De Graef2019-03-047-24/+162
* waylandsink: prefix wl_shell-specific variables with wl_Niels De Graef2019-03-044-21/+22
* waylandsink: Don't create throwaway empty regionsDaniel Stone2019-02-151-8/+2
* waylandsink: Avoid race condition on multi-threaded clientWonchul Lee2018-12-134-53/+36
* waylandsink: relaxed wl_shell check and added zwp_fullscreen_shell.Matteo Valdina2018-07-255-14/+44
* waylandsink: support fullscreenFabien Dessenne2018-05-064-5/+49
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* waylandsink: Fix memory leak of shm allocatorNicolas Dufresne2017-12-061-1/+1
* waylandsink: Fix memory leak of shm allocator.Shinya Saito2017-12-062-3/+12
* waylandsink: Add prototype for gst_wayand_pool_get_type()Nicolas Dufresne2017-11-251-0/+3
* waylandsink: Rollback video info changes when copyingNicolas Dufresne2017-11-251-0/+5
* waylandsink: Validate strides and offset when using FD as SHMNicolas Dufresne2017-11-252-2/+69
* waylandsink: Update video info size to buffer sizeNicolas Dufresne2017-11-251-1/+1
* waylandsink: Allocate only what's needed when copyingNicolas Dufresne2017-11-251-0/+3
* waylandsink: Only try SHM for single memory bufferNicolas Dufresne2017-11-251-1/+1
* wlwindow: Only update video info on new renderNicolas Dufresne2017-11-251-4/+4
* waylandsink: Disable video-alignment from the poolNicolas Dufresne2017-11-251-1/+37
* Request minimum buffer even if need_pool is FALSENicolas Dufresne2017-09-061-3/+2
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-05-171-2/+5