summaryrefslogtreecommitdiff
path: root/ext/wayland/gstwaylandsink.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-17waylandsink: Fix double render checkNicolas Dufresne1-3/+4
2021-06-15waylandsink: prevent frame callback being released twiceRandy Li (ayaka)1-9/+16
2021-03-23wayland: allow per feature registrationStéphane Cerveau1-2/+3
2020-10-29waylandsink: release frame callback when destroyedRandy Li1-0/+2
2020-07-15waylandsink: Keep per display wayland buffer cachesDamian Hobson-Garcia1-3/+3
2020-06-23docs: mark more types as plugin APIMathieu Duponchelle1-0/+2
2019-12-17wlvideoformat: clean up video formatsWonchul Lee1-1/+1
2019-11-05documentation: fixed a heap o' typosAaron Boxer1-1/+1
2019-09-09wayland: gracefully handle unknown formatsMark Nauwelaerts1-6/+13
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-03-04waylandsink: Implement XDG-shell stable supportNiels De Graef1-0/+12
2018-05-06waylandsink: support fullscreenFabien Dessenne1-2/+30
2017-12-06waylandsink: Fix memory leak of shm allocatorNicolas Dufresne1-1/+1
2017-12-06waylandsink: Fix memory leak of shm allocator.Shinya Saito1-2/+7
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 Dufresne1-2/+4
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-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2017-02-22waylandsink: consider buffer size when copying to wl shm poolFabien Dessenne1-5/+6
2017-01-02waylandsink: fix display re-connection (redraw pending)Fabien Dessenne1-1/+6
2016-11-03waylandsink: Rework dmabuf supportNicolas Dufresne1-69/+56
2016-11-03waylandsink: support linux dmabuf protocolFabien Dessenne1-40/+85
2016-11-03waylandsink: Allow any kind of FD for shm memoryNicolas Dufresne1-1/+1
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 Dufresne1-3/+4
2016-09-22waylandsink: Remove atomic operationNicolas Dufresne1-4/+7
2016-09-22waylandsink: Do not pre-configure proposed poolNicolas Dufresne1-12/+15
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-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
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-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 Kiagiadakis1-2/+2
2015-01-23waylandsink: Free leaked GstStructureEdward Hervey1-0/+2