summaryrefslogtreecommitdiff
path: root/ext/wayland
Commit message (Expand)AuthorAgeFilesLines
* 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
* wayland: fix null pointer dereference on errorMatthew Waters2016-03-171-1/+2
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* waylandsink: call gst_video_sink_center_rect with a destination rectangle tha...George Kiagiadakis2015-11-181-1/+4
* waylandsink: Add exception code for setting wl_surfaceHyunil Park2015-11-031-0/+5
* waylandsink: Add exception code for setting wl_displayHyunil Park2015-11-031-2/+5
* waylandsink: don't advertise the local wl_display contextGeorge Kiagiadakis2015-10-261-6/+0
* waylandsink: fix fallback buffer allocationGeorge Kiagiadakis2015-10-141-2/+2
* waylandsink: rename GstWlDisplay::formats array to shm_formatsGeorge Kiagiadakis2015-10-143-6/+6
* waylandsink: replace the custom GstWlShmMemory with GstFdMemoryGeorge Kiagiadakis2015-10-143-57/+28
* waylandsink: g_mkstemp is safer than mkstepLuis de Bethencourt2015-03-031-1/+1
* Revert "waylandsink: mkstemp requires setting permission mask"Luis de Bethencourt2015-03-031-4/+0
* waylandsink: mkstemp requires setting permission maskLuis de Bethencourt2015-03-031-0/+4
* waylandsink: Free leaked GstStructureEdward Hervey2015-01-231-0/+2
* rectangle: clear rectangle struct before useWim Taymans2014-12-161-2/+4
* waylandsink: do not render twice the same bufferBenjamin Gaignard2014-10-111-0/+6
* waylandsink : Allow surface to catch input eventsTifaine Inguere2014-10-111-0/+9
* waylandsink: take into account the case where a pool may be destroyed togethe...George Kiagiadakis2014-10-113-19/+85
* waylandsink: stack the video subsurface into another subsurface that covers t...George Kiagiadakis2014-10-116-91/+164