summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay_wayland.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-19wayland: port to 1.0 version of the protocol.Rob Bradford1-21/+17
This patch updates to relect the 1.0 version of the protocol. The main changes are the switch to wl_registry for global object notifications and the way that the event queue and file descriptor is processed. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-07-27wayland: implement display ::get_size*() hooks.Gwenole Beauchesne1-1/+81
2012-07-25wayland: fix double disconnect of display.Gwenole Beauchesne1-1/+2
2012-07-25wayland: mangle display name for cache lookups.Gwenole Beauchesne1-28/+71
2012-07-25Add initial support for VA/Wayland.Sreerenj Balachandran1-0/+414
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>