validate:launcher: Disable seek with stop on RTSP streams
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 28 Jun 2017 17:01:47 +0000 (13:01 -0400)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 28 Jun 2017 17:02:33 +0000 (13:02 -0400)
It is actually not supported

validate/launcher/apps/gstvalidate.py

index 4c264b5..ef64e89 100644 (file)
@@ -1061,6 +1061,8 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
             # RTSP known issues
             ('validate.rtsp.playback.reverse.*',
              'https://bugzilla.gnome.org/show_bug.cgi?id=626811'),
+            ('validate.rtsp.playback.seek_with_stop.*',
+             'https://bugzilla.gnome.org/show_bug.cgi?id=784298'),
             ('validate.rtsp.playback.fast_*',
              'https://bugzilla.gnome.org/show_bug.cgi?id=754575'),
         ])