summaryrefslogtreecommitdiff
path: root/ext/wayland
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* waylandsink: fix memory offset calculation for dmabuf buffersGeorge Kiagiadakis2017-03-141-7/+19
* waylandsink: consider buffer size when copying to wl shm poolFabien Dessenne2017-02-221-5/+6
* waylandsink: set video surface opaqueFabien Dessenne2017-02-021-0/+23
* waylandsink: fix display re-connection (redraw pending)Fabien Dessenne2017-01-021-1/+6
* ext: Fix various compiler warnings with clangSebastian Dröge2016-11-251-1/+1
* wldisplay: Don't compare a guint with < 0Sebastian Dröge2016-11-231-1/+1
* wayland: avoid prefix clash in combined pkg-config checkReynaldo H. Verdejo Pinochet2016-11-181-2/+1
* meson: Build waylandsinkThibault Saunier2016-11-151-0/+44
* wayland: only use libdrm headers, don't link to the libTim-Philipp Müller2016-11-041-2/+1
* wayland: include drm_fourcc.h properly and fix buildTim-Philipp Müller2016-11-042-3/+5
* wayland: fix cflags/libs orderTim-Philipp Müller2016-11-041-4/+7
* waylandsink: Rework dmabuf supportNicolas Dufresne2016-11-035-81/+90
* waylandsink: support linux dmabuf protocolFabien Dessenne2016-11-0310-54/+428
* waylandsink: Allow any kind of FD for shm memoryNicolas Dufresne2016-11-032-6/+8
* waylandsink: Properly configure internal poolArun Raghavan2016-10-131-1/+1
* waylandsink: Actually use buffer pool config after setting it upArun Raghavan2016-09-301-2/+3
* waylandsink: Don't leak GValues in getcapsNicolas Dufresne2016-09-231-4/+5
* waylandsink: Update our window size on configure eventNicolas Dufresne2016-09-223-10/+26
* waylandsink: Remove atomic operationNicolas Dufresne2016-09-221-4/+7
* waylandsink: Do not pre-configure proposed poolNicolas Dufresne2016-09-221-12/+15
* waylandsink: Properly draw black border in absence of viewporterNicolas Dufresne2016-09-222-36/+60
* waylandsink: Destroy viewporter when doneNicolas Dufresne2016-09-211-0/+3
* waylandsink: Port to vmeta and GstVideoFrameNicolas Dufresne2016-09-211-4/+43
* waylandsink: Don't propose multiple time the same buffer poolNicolas Dufresne2016-09-211-7/+18
* waylandsink: Promote debug trace into error traceNicolas Dufresne2016-09-211-2/+2
* waylandsink: Factor-out the pool creationNicolas Dufresne2016-09-211-19/+28
* waylansink: Implement _show_frame()Nicolas Dufresne2016-09-211-14/+8
* wayland: fix distcheck some moreTim-Philipp Müller2016-09-201-11/+3
* wayland: fix distcheck when wayland-scanner is not installedTim-Philipp Müller2016-09-171-4/+4
* waylandsink: Make wl_viewporter optionalNicolas Dufresne2016-09-152-14/+33
* wayland: Update from scaler to viewporter protocolScott D Phillips2016-09-156-236/+36
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1