gstreamer/playback/player/gst-play
Sebastian Dröge 7ca4b495c2 playback/player: gst-play: Fix compiler warning
gst-play.c:89:11: error: comparison of unsigned expression >= 0 is always true
      [-Werror,-Wtautological-compare]
  if (pos >= 0 && dur > 0) {
      ~~~ ^  ~
2015-04-25 14:03:12 +02:00
..
gst-play-kb.c playback/player: Port gst-play from gst-plugins-base to GstPlayer 2014-07-27 18:01:39 +02:00
gst-play-kb.h playback/player: Port gst-play from gst-plugins-base to GstPlayer 2014-07-27 18:01:39 +02:00
gst-play.c playback/player: gst-play: Fix compiler warning 2015-04-25 14:03:12 +02:00
Makefile.am playback/player: Add initial build system with docs and tests and magic 2014-08-03 12:38:37 +02:00