summaryrefslogtreecommitdiff
path: root/ext/wayland/wlwindow.c
Commit message (Expand)AuthorAgeFilesLines
* waylandsink: prevent frame callback being released twiceRandy Li (ayaka)2021-06-151-4/+0
* waylandsink: Fix for missing initial configureNicolas Dufresne2021-06-021-1/+1
* waylandsink: release frame callback when destroyedRandy Li2020-10-291-0/+4
* waylandsink: Clear window when pipeline is stoppedGuillermo Rodríguez2020-01-281-6/+10
* waylandsink: Fix xdg_shell fullscreen modeShinya Saito2020-01-101-5/+11
* waylandsink: Commit the parent after creating subsurfaceJeffy Chen2019-11-251-0/+2
* wayland: Drop big-endian version of the DRM formatsolivier.crete@collabora.com2019-09-271-4/+0
* Revert "waylandsink: Don't create throwaway empty regions"Jeffy Chen2019-09-031-2/+8
* waylandsink: Workaround gnome-shell bugNicolas Dufresne2019-05-261-2/+10
* waylandsink: make gst_wl_window_is_toplevel aware of XDG shellAndrey Konovalov2019-04-091-1/+4
* waylandsink: Wait for the surface to be configuredNicolas Dufresne2019-04-031-3/+20
* waylandsink: Implement XDG-shell stable supportNiels De Graef2019-03-041-17/+118
* waylandsink: prefix wl_shell-specific variables with wl_Niels De Graef2019-03-041-15/+15
* waylandsink: Don't create throwaway empty regionsDaniel Stone2019-02-151-8/+2
* waylandsink: Avoid race condition on multi-threaded clientWonchul Lee2018-12-131-16/+23
* waylandsink: relaxed wl_shell check and added zwp_fullscreen_shell.Matteo Valdina2018-07-251-10/+19
* waylandsink: support fullscreenFabien Dessenne2018-05-061-2/+15
* waylandsink: Fix memory leak of shm allocator.Shinya Saito2017-12-061-1/+5
* waylandsink: set video surface opaqueFabien Dessenne2017-02-021-0/+23
* waylandsink: Update our window size on configure eventNicolas Dufresne2016-09-221-5/+17
* waylandsink: Properly draw black border in absence of viewporterNicolas Dufresne2016-09-221-34/+52
* waylandsink: Make wl_viewporter optionalNicolas Dufresne2016-09-151-13/+25
* wayland: Update from scaler to viewporter protocolScott D Phillips2016-09-151-6/+6
* waylandsink: call gst_video_sink_center_rect with a destination rectangle tha...George Kiagiadakis2015-11-181-1/+4
* rectangle: clear rectangle struct before useWim Taymans2014-12-161-2/+4
* waylandsink : Allow surface to catch input eventsTifaine Inguere2014-10-111-0/+9
* waylandsink: stack the video subsurface into another subsurface that covers t...George Kiagiadakis2014-10-111-44/+129
* waylandsink/wlwindow: do not commit a resize when it happens due to a video i...George Kiagiadakis2014-06-171-5/+7
* waylandsink/wlwindow: take into account the video aspect ratio when determini...George Kiagiadakis2014-06-171-3/+4
* waylandsink: improve the way the video size is passed to wlwindow and also im...George Kiagiadakis2014-06-171-11/+9
* waylandsink: move surface resizing logic to the GstWlWindow and make it be ca...George Kiagiadakis2014-06-171-7/+49
* waylandsink: cleanup GstWlWindow a bit after the overlaying semantics changeGeorge Kiagiadakis2014-06-171-42/+30
* waylandsink: create and maintain the subsurface inside the sinkGeorge Kiagiadakis2014-06-171-2/+27
* waylandsink: get the external display handle using GstContextGeorge Kiagiadakis2014-06-171-0/+3
* waylandsink: drop width/height arguments from gst_wl_window_new_from_surface()George Kiagiadakis2014-06-171-4/+6
* waylandsink: remove unused functionsGeorge Kiagiadakis2014-06-171-12/+0
* waylandsink: set an empty input region on the video surfaceGeorge Kiagiadakis2014-06-171-0/+6
* waylandsink/wlwindow: reuse code between the two constructorsGeorge Kiagiadakis2014-06-171-8/+2
* waylandsink: Use wl_scaler/wl_viewport to scale the surface in the compositor...George Kiagiadakis2014-06-171-0/+6
* waylandsink: implement the GstVideoOverlay & GstWaylandVideo interfacesGeorge Kiagiadakis2014-06-171-0/+8
* waylandsink: apply the same debug category to all the subobjectsGeorge Kiagiadakis2014-06-171-0/+3
* waylandsink: cleanup header includesGeorge Kiagiadakis2014-06-171-0/+4
* waylandsink: split window-related code out to a new GstWlWindow classGeorge Kiagiadakis2014-06-171-0/+167