From 5a068bff7285f2bc612b02e5ace421a24f5ca0d9 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 1 Aug 2019 21:04:12 +0200 Subject: [PATCH] validate: Update blacklisting reason for fast forward rtsp While https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/14 was merged, the client side (in particular rtpbasedepayload) still isn't expected to work appropriately --- validate/launcher/apps/gstvalidate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index 3c7382fccb..f8b98a0c22 100644 --- a/validate/launcher/apps/gstvalidate.py +++ b/validate/launcher/apps/gstvalidate.py @@ -1133,7 +1133,7 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""") ('rtsp.*playback.seek_with_stop.*', 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/386'), ('rtsp.*playback.fast_*', - 'https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/14'), + 'rtpbasedepayload does not handle rate != 1.0 correctly'), ]) def register_default_test_generators(self):