summaryrefslogtreecommitdiff
path: root/ext/wayland
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2017-03-14waylandsink: fix memory offset calculation for dmabuf buffersGeorge Kiagiadakis1-7/+19
2017-02-22waylandsink: consider buffer size when copying to wl shm poolFabien Dessenne1-5/+6
2017-02-02waylandsink: set video surface opaqueFabien Dessenne1-0/+23
2017-01-02waylandsink: fix display re-connection (redraw pending)Fabien Dessenne1-1/+6
2016-11-25ext: Fix various compiler warnings with clangSebastian Dröge1-1/+1
2016-11-23wldisplay: Don't compare a guint with < 0Sebastian Dröge1-1/+1
2016-11-18wayland: avoid prefix clash in combined pkg-config checkReynaldo H. Verdejo Pinochet1-2/+1
2016-11-15meson: Build waylandsinkThibault Saunier1-0/+44
2016-11-04wayland: only use libdrm headers, don't link to the libTim-Philipp Müller1-2/+1
2016-11-04wayland: include drm_fourcc.h properly and fix buildTim-Philipp Müller2-3/+5
2016-11-04wayland: fix cflags/libs orderTim-Philipp Müller1-4/+7
2016-11-03waylandsink: Rework dmabuf supportNicolas Dufresne5-81/+90
2016-11-03waylandsink: support linux dmabuf protocolFabien Dessenne10-54/+428
2016-11-03waylandsink: Allow any kind of FD for shm memoryNicolas Dufresne2-6/+8
2016-10-13waylandsink: Properly configure internal poolArun Raghavan1-1/+1
2016-09-30waylandsink: Actually use buffer pool config after setting it upArun Raghavan1-2/+3
2016-09-23waylandsink: Don't leak GValues in getcapsNicolas Dufresne1-4/+5
2016-09-22waylandsink: Update our window size on configure eventNicolas Dufresne3-10/+26
2016-09-22waylandsink: Remove atomic operationNicolas Dufresne1-4/+7
2016-09-22waylandsink: Do not pre-configure proposed poolNicolas Dufresne1-12/+15
2016-09-22waylandsink: Properly draw black border in absence of viewporterNicolas Dufresne2-36/+60
2016-09-21waylandsink: Destroy viewporter when doneNicolas Dufresne1-0/+3
2016-09-21waylandsink: Port to vmeta and GstVideoFrameNicolas Dufresne1-4/+43
2016-09-21waylandsink: Don't propose multiple time the same buffer poolNicolas Dufresne1-7/+18
2016-09-21waylandsink: Promote debug trace into error traceNicolas Dufresne1-2/+2
2016-09-21waylandsink: Factor-out the pool creationNicolas Dufresne1-19/+28
2016-09-21waylansink: Implement _show_frame()Nicolas Dufresne1-14/+8
2016-09-20wayland: fix distcheck some moreTim-Philipp Müller1-11/+3
2016-09-17wayland: fix distcheck when wayland-scanner is not installedTim-Philipp Müller1-4/+4
2016-09-15waylandsink: Make wl_viewporter optionalNicolas Dufresne2-14/+33
2016-09-15wayland: Update from scaler to viewporter protocolScott D Phillips6-236/+36
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-03-17wayland: fix null pointer dereference on errorMatthew Waters1-1/+2
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-11-18waylandsink: call gst_video_sink_center_rect with a destination rectangle tha...George Kiagiadakis1-1/+4
2015-11-03waylandsink: Add exception code for setting wl_surfaceHyunil Park1-0/+5
2015-11-03waylandsink: Add exception code for setting wl_displayHyunil Park1-2/+5
2015-10-26waylandsink: don't advertise the local wl_display contextGeorge Kiagiadakis1-6/+0
2015-10-14waylandsink: fix fallback buffer allocationGeorge Kiagiadakis1-2/+2
2015-10-14waylandsink: rename GstWlDisplay::formats array to shm_formatsGeorge Kiagiadakis3-6/+6
2015-10-14waylandsink: replace the custom GstWlShmMemory with GstFdMemoryGeorge Kiagiadakis3-57/+28
2015-03-03waylandsink: g_mkstemp is safer than mkstepLuis de Bethencourt1-1/+1
2015-03-03Revert "waylandsink: mkstemp requires setting permission mask"Luis de Bethencourt1-4/+0
2015-03-03waylandsink: mkstemp requires setting permission maskLuis de Bethencourt1-0/+4
2015-01-23waylandsink: Free leaked GstStructureEdward Hervey1-0/+2
2014-12-16rectangle: clear rectangle struct before useWim Taymans1-2/+4
2014-10-11waylandsink: do not render twice the same bufferBenjamin Gaignard1-0/+6