diff --git a/subprojects/gst-plugins-base/tools/gst-play.c b/subprojects/gst-plugins-base/tools/gst-play.c index 2668327fc6..0898ac1336 100644 --- a/subprojects/gst-plugins-base/tools/gst-play.c +++ b/subprojects/gst-plugins-base/tools/gst-play.c @@ -692,7 +692,7 @@ play_timeout (gpointer user_data) status[len] = '\0'; } - if (pos >= 0 && dur > 0) { + if (pos >= 0) { gchar dstr[32], pstr[32]; /* FIXME: pretty print in nicer format */