scenario: fix PAUSED position check
authorMathieu Duponchelle <mathieu@centricular.com>
Fri, 26 Jul 2019 00:28:42 +0000 (02:28 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Fri, 26 Jul 2019 00:34:55 +0000 (02:34 +0200)
commit7c255a9015265475b11bcc00f498923f7a01ac12
treed07986b343ba0d5458e837bef4e3ecb74dea9c4d
parent93114b55ab92518c9912dbc26a18ccc528254d11
scenario: fix PAUSED position check

The way this was implemented was simply wrong, first of all checking
the position against the segment after a seek in PAUSED by a query
of the pipeline position is of limited interest, and can only work
in forward playback.

Furthermore the check was a huge blob of code that didn't even look
like it was pretending to do a good job at checking the position in
reverse playback.
validate/gst/validate/gst-validate-scenario.c