summaryrefslogtreecommitdiff
path: root/ext/wayland/gstwaylandsink.h
Commit message (Expand)AuthorAgeFilesLines
* waylandsink: improve the way the video size is passed to wlwindow and also im...George Kiagiadakis2014-06-171-3/+3
* waylandsink: remove the manual synchronization from pause/resume_rendering an...George Kiagiadakis2014-06-171-3/+0
* waylandsink: protect access to the display with a new display_lockGeorge Kiagiadakis2014-06-171-0/+1
* waylandsink: Replace the OBJECT_LOCK with a private render_lock to lock rende...George Kiagiadakis2014-06-171-0/+1
* waylandsink: Use a boolean in combination with render_cond to comply with GCo...George Kiagiadakis2014-06-171-0/+1
* waylandsink: Implement expose() and handle resizing properly in non-PLAYING s...George Kiagiadakis2014-06-171-0/+1
* waylandsink: Use wl_scaler/wl_viewport to scale the surface in the compositor...George Kiagiadakis2014-06-171-1/+0
* waylandsink: Wait for the frame_cb to redraw and drop frames meanwhileGeorge Kiagiadakis2014-06-171-0/+1
* waylandsink: implement the GstVideoOverlay & GstWaylandVideo interfacesGeorge Kiagiadakis2014-06-171-0/+4
* waylandsink: handle the list of supported formats properlyGeorge Kiagiadakis2014-06-171-1/+0
* waylandsink: make the display property usefulGeorge Kiagiadakis2014-06-171-0/+2
* waylandsink: remove the useless wayland_lockGeorge Kiagiadakis2014-06-171-2/+0
* waylandsink: cleanup header includesGeorge Kiagiadakis2014-06-171-19/+0
* waylandsink: split window-related code out to a new GstWlWindow classGeorge Kiagiadakis2014-06-171-9/+2
* waylandsink: remove callback and redraw_pending variables from the window str...George Kiagiadakis2014-06-171-3/+0
* waylandsink: split video format related functions out to a separate fileGeorge Kiagiadakis2014-06-171-1/+1
* waylandsink: move struct shm_pool and its related functions to waylandpool.cGeorge Kiagiadakis2014-06-171-8/+0
* waylandsink: remove unused variablesGeorge Kiagiadakis2014-06-171-1/+0
* waylandsink: process display events in a separate threadGeorge Kiagiadakis2014-06-171-12/+3
* waylandsink: tidy up the header filesGeorge Kiagiadakis2014-06-171-0/+4
* wayland: Add support for RGBx and RGBA formatsBenjamin Gaignard2013-06-181-0/+1
* wayland: update to wayland-protocol 0.99Sreerenj Balachandran2012-10-201-1/+1
* wayland: More fixes based on wayland-0.95.0 and gstreamer-1.0 apisSreerenj Balachandran2012-08-211-22/+16
* Fix up FSF address in some source files as wellTim-Philipp Müller2012-08-181-1/+2
* wayland: port to 0.11Wim Taymans2012-05-231-27/+18
* waylandsink: Fix warnings, proper structuring, dead code removal, adding doc ...Sreerenj Balachandran2012-03-131-2/+20
* waylandsink: More fixes -- update to Wayland 0.85 protocol -- Added shell sur...Sreerenj Balachandran2012-03-041-0/+2
* Update with new APIs in wayland-client.Sreerenj Balachandran2012-03-041-1/+1
* More Fixes: * Adding buffer_alloc * perform buffer_damage before surface_atta...Sreerenj Balachandran2012-03-041-20/+29
* Initial Commit: Adding Wayland Video SinkSreerenj Balachandran2012-03-041-0/+102