waylandsink: Fix compiler warning
authorSebastian Dröge <sebastian@centricular.com>
Sat, 21 Jun 2014 14:57:18 +0000 (16:57 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 21 Jun 2014 14:57:18 +0000 (16:57 +0200)
commit902a9a56d05829d6be52941a30e80a3de69ca2e1
tree68559205b32fd79d32135ee88ba826b0b8ad04f9
parent59bdcd9ae373f0ef36f4b7c37668ded4ca0a73ab
waylandsink: Fix compiler warning

gstwaylandsink.c:480:14: error: comparison of constant -1 with expression of
      type 'enum wl_shm_format' is always false
      [-Werror,-Wtautological-constant-out-of-range-compare]
  if (format == -1)
      ~~~~~~ ^  ~~
ext/wayland/gstwaylandsink.c