summaryrefslogtreecommitdiff
path: root/ext/wayland
AgeCommit message (Expand)AuthorFilesLines
2021-09-17waylandsink: Fix double render checkNicolas Dufresne2-5/+14
2021-06-15waylandsink: prevent frame callback being released twiceRandy Li (ayaka)4-14/+18
2021-06-02waylandsink: Fix for missing initial configureNicolas Dufresne1-1/+1
2021-03-23wayland: allow per feature registrationStéphane Cerveau2-2/+5
2020-11-02wlvideoformat: fix DMA format convertorRandy Li1-1/+1
2020-10-29waylandsink: release frame callback when destroyedRandy Li3-0/+7
2020-09-15waylandsink: Use memfd_create() when availableEmmanuel Gil Peyrot1-11/+26
2020-07-28waylandsink: Update stale GstBuffer references in wayland buffer cacheDamian Hobson-Garcia2-16/+21
2020-07-15waylandsink: use GstMemory instead of GstBuffer for cache lookupDamian Hobson-Garcia3-20/+25
2020-07-15waylandsink: Keep per display wayland buffer cachesDamian Hobson-Garcia5-26/+44
2020-06-28wlvideoformat: fix typo in the format listMichael Olbrich1-1/+1
2020-06-23docs: mark more types as plugin APIMathieu Duponchelle1-0/+2
2020-06-09waylandsink: add wl_registry.global_remove listenerHaihua Hu1-1/+9
2020-01-28waylandsink: Clear window when pipeline is stoppedGuillermo Rodríguez1-6/+10
2020-01-10waylandsink: Fix xdg_shell fullscreen modeShinya Saito1-5/+11
2019-12-17wlvideoformat: clean up video formatsWonchul Lee2-78/+46
2019-11-25waylandsink: Commit the parent after creating subsurfaceJeffy Chen1-0/+2
2019-11-05documentation: fixed a heap o' typosAaron Boxer2-2/+2
2019-10-14Remove autotools build systemTim-Philipp Müller2-68/+0
2019-09-27wayland: Add more DRM formatsolivier.crete@collabora.com1-1/+13
2019-09-27wayland: Drop big-endian version of the DRM formatsolivier.crete@collabora.com2-28/+0
2019-09-09wayland: gracefully handle unknown formatsMark Nauwelaerts1-6/+13
2019-09-03Revert "waylandsink: Don't create throwaway empty regions"Jeffy Chen1-2/+8
2019-08-26waylandsink: Fix return type of prototype of show_frame()Shinya Saito1-1/+1
2019-08-23docstrings: port ulinks to markdown linksMathieu Duponchelle1-2/+3
2019-08-20ext/wayland: Define libdrm_dep in meson.buildThomas Coldrick1-0/+2
2019-05-26waylandsink: Workaround gnome-shell bugNicolas Dufresne1-2/+10
2019-05-22wayland/wlbuffer: just return if used_by_compositor is true when attachHaihua Hu1-1/+4
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2019-04-09waylandsink: make gst_wl_window_is_toplevel aware of XDG shellAndrey Konovalov1-1/+4
2019-04-03waylandsink: Wait for the surface to be configuredNicolas Dufresne2-3/+23
2019-03-04waylandsink: Implement XDG-shell stable supportNiels De Graef7-24/+162
2019-03-04waylandsink: prefix wl_shell-specific variables with wl_Niels De Graef4-21/+22
2019-02-15waylandsink: Don't create throwaway empty regionsDaniel Stone1-8/+2
2018-12-13waylandsink: Avoid race condition on multi-threaded clientWonchul Lee4-53/+36
2018-07-25waylandsink: relaxed wl_shell check and added zwp_fullscreen_shell.Matteo Valdina5-14/+44
2018-05-06waylandsink: support fullscreenFabien Dessenne4-5/+49
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-12-06waylandsink: Fix memory leak of shm allocatorNicolas Dufresne1-1/+1
2017-12-06waylandsink: Fix memory leak of shm allocator.Shinya Saito2-3/+12
2017-11-25waylandsink: Add prototype for gst_wayand_pool_get_type()Nicolas Dufresne1-0/+3
2017-11-25waylandsink: Rollback video info changes when copyingNicolas Dufresne1-0/+5
2017-11-25waylandsink: Validate strides and offset when using FD as SHMNicolas Dufresne2-2/+69
2017-11-25waylandsink: Update video info size to buffer sizeNicolas Dufresne1-1/+1
2017-11-25waylandsink: Allocate only what's needed when copyingNicolas Dufresne1-0/+3
2017-11-25waylandsink: Only try SHM for single memory bufferNicolas Dufresne1-1/+1
2017-11-25wlwindow: Only update video info on new renderNicolas Dufresne1-4/+4
2017-11-25waylandsink: Disable video-alignment from the poolNicolas Dufresne1-1/+37
2017-09-06Request minimum buffer even if need_pool is FALSENicolas Dufresne1-3/+2
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge1-2/+5