gstreamer/ext/wayland
Sebastian Dröge 9b89f58cae ext: Fix various compiler warnings with clang
wldisplay.c:179:15: error: comparison of unsigned enum expression < 0 is always false [-Werror,-Wtautological-compare]
  if (shm_fmt < 0)
      ~~~~~~~ ^ ~

gstsegmentation.cpp:419:40: error: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Werror,-Wconstant-conversion]
          filter->cvFG->imageData[j] = 255;
                                     ~ ^~~

https://bugzilla.gnome.org/show_bug.cgi?id=775112
2016-11-25 23:47:15 +02:00
..
.gitignore waylandsink: Build bindings for the unstable wl_scaler spec 2014-06-17 13:51:24 +02:00
gstwaylandsink.c waylandsink: Rework dmabuf support 2016-11-03 15:37:46 -04:00
gstwaylandsink.h waylandsink: support linux dmabuf protocol 2016-11-03 15:37:46 -04:00
Makefile.am wayland: avoid prefix clash in combined pkg-config check 2016-11-18 10:41:16 -08:00
meson.build meson: Build waylandsink 2016-11-15 18:33:25 -03:00
wlbuffer.c waylandsink: take into account the case where a pool may be destroyed together with GstWlDisplay 2014-10-11 14:57:14 +02:00
wlbuffer.h waylandsink: stack the video subsurface into another subsurface that covers the whole render rectangle 2014-10-11 14:57:14 +02:00
wldisplay.c ext: Fix various compiler warnings with clang 2016-11-25 23:47:15 +02:00
wldisplay.h waylandsink: Rework dmabuf support 2016-11-03 15:37:46 -04:00
wllinuxdmabuf.c waylandsink: Rework dmabuf support 2016-11-03 15:37:46 -04:00
wllinuxdmabuf.h waylandsink: support linux dmabuf protocol 2016-11-03 15:37:46 -04:00
wlshmallocator.c waylandsink: Rework dmabuf support 2016-11-03 15:37:46 -04:00
wlshmallocator.h waylandsink: replace the custom GstWlShmMemory with GstFdMemory 2015-10-14 22:05:51 +02:00
wlvideoformat.c waylandsink: support linux dmabuf protocol 2016-11-03 15:37:46 -04:00
wlvideoformat.h wayland: include drm_fourcc.h properly and fix build 2016-11-04 09:21:59 +00:00
wlwindow.c waylandsink: Update our window size on configure event 2016-09-22 19:12:22 -04:00
wlwindow.h waylandsink: Update our window size on configure event 2016-09-22 19:12:22 -04:00