gstreamer/gst-libs/gst/mpegts
Sebastian Dröge 752b3a503e dvb-section: Don't compare unsigned integers for >= 0
gst-dvb-section.c:93:12: error: comparison of unsigned expression >= 0 is always true
      [-Werror,-Wtautological-compare]
  if (hour >= 0 && hour < 24 && minute >= 0 && minute < 60 && second >= 0
      ~~~~ ^  ~
gst-dvb-section.c:93:40: error: comparison of unsigned expression >= 0 is always true
      [-Werror,-Wtautological-compare]
  if (hour >= 0 && hour < 24 && minute >= 0 && minute < 60 && second >= 0
                                ~~~~~~ ^  ~
gst-dvb-section.c:93:70: error: comparison of unsigned expression >= 0 is always true
      [-Werror,-Wtautological-compare]
  if (hour >= 0 && hour < 24 && minute >= 0 && minute < 60 && second >= 0
                                                              ~~~~~~ ^  ~
2014-05-21 08:53:03 +02:00
..
.gitignore .gitignore: Update for new files to ignore 2013-08-14 13:59:27 +02:00
gst-atsc-section.c mpegts: sections: prevent assertion when packet parsing fails 2014-05-15 19:25:06 -03:00
gst-atsc-section.h mpegts: add atsc terrestrial virtual channel table 2014-04-10 09:09:38 +02:00
gst-dvb-descriptor.c mpegts: Fix leak 2014-05-09 14:32:49 +02:00
gst-dvb-descriptor.h mpegts: add dvb ca identifier descriptor 2014-04-16 09:23:23 +02:00
gst-dvb-section.c dvb-section: Don't compare unsigned integers for >= 0 2014-05-21 08:53:03 +02:00
gst-dvb-section.h mpegts: Add support for creation of SDT 2014-02-25 14:34:29 +01:00
gst-scte-section.h mpegts: make headers usable with c++ compiler 2014-01-06 15:01:22 +00:00
gstmpegts-private.h mpegts: add dvb-t2 delivery system descriptor 2014-03-31 15:05:48 +02:00
gstmpegtsdescriptor.c mpegts: mpegtsdescriptor: fix gobject-introspection warnings 2014-05-15 21:34:31 -03:00
gstmpegtsdescriptor.h mpegts: Support registration and custom descriptor 2014-02-06 15:55:46 +01:00
gstmpegtssection.c mpegts: sections: prevent assertion when packet parsing fails 2014-05-15 19:25:06 -03:00
gstmpegtssection.h mpegts: add atsc terrestrial virtual channel table 2014-04-10 09:09:38 +02:00
Makefile.am mpegts: add atsc terrestrial virtual channel table 2014-04-10 09:09:38 +02:00
mpegts.h mpegts: make headers usable with c++ compiler 2014-01-06 15:01:22 +00:00