gstreamer/ext/wayland
George Kiagiadakis 26ce7f2344 waylandsink: handle the list of supported formats properly
enum wl_shm_format is not a flags enum, as it may have been in the past,
so multiple formats cannot be stored in a bitfield. Use an array instead.
2014-06-17 13:51:23 +02:00
..
gstwaylandsink.c waylandsink: handle the list of supported formats properly 2014-06-17 13:51:23 +02:00
gstwaylandsink.h waylandsink: handle the list of supported formats properly 2014-06-17 13:51:23 +02:00
Makefile.am waylandsink: split window-related code out to a new GstWlWindow class 2014-06-17 13:51:22 +02:00
waylandpool.c waylandsink/waylandpool: ref the display instead of the sink to avoid cyclic references 2014-06-17 13:51:23 +02:00
waylandpool.h waylandsink/waylandpool: ref the display instead of the sink to avoid cyclic references 2014-06-17 13:51:23 +02:00
wldisplay.c waylandsink: handle the list of supported formats properly 2014-06-17 13:51:23 +02:00
wldisplay.h waylandsink: handle the list of supported formats properly 2014-06-17 13:51:23 +02:00
wlvideoformat.c waylandsink/wlvideoformat: add mappings for many common formats 2014-06-17 13:51:23 +02:00
wlvideoformat.h waylandsink: split video format related functions out to a separate file 2014-06-17 13:51:21 +02:00
wlwindow.c waylandsink: apply the same debug category to all the subobjects 2014-06-17 13:51:22 +02:00
wlwindow.h waylandsink: split window-related code out to a new GstWlWindow class 2014-06-17 13:51:22 +02:00