gstreamer/libs/gst
Tim-Philipp Müller 46e401b6d9 lfocontrolsource: fix clang compiler warning
Cast enum to int before checking for negative values, which are
impossible according to the enum list.

gstlfocontrolsource.c:652:45: error: comparison of unsigned enum expression < 0
      is always false [-Werror,-Wtautological-compare]
  if (waveform >= num_waveforms || waveform < 0) {
                                   ~~~~~~~~ ^ ~

https://bugzilla.gnome.org/show_bug.cgi?id=653137
2011-09-13 23:04:09 +01:00
..
base basesink: make it easy to override the pad query 2011-09-08 14:46:59 +02:00
check check: add fail_unless_equals_int64 2011-05-24 16:21:20 +02:00
controller lfocontrolsource: fix clang compiler warning 2011-09-13 23:04:09 +01:00
dataprotocol docs: add docs for GstDPPacketizer 2011-05-03 13:03:20 +03:00
helpers android: make it ready for androgenizer 2011-04-11 01:08:07 +02:00
net libs: gobject-introspection scanner doesn't need to scan or update plugin info 2011-04-16 10:45:16 +01:00
Makefile.am android: make it ready for androgenizer 2011-04-11 01:08:07 +02:00