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
This commit is contained in:
Mathieu Duponchelle 2019-08-01 21:04:12 +02:00
parent d8d35241fe
commit 5a068bff72

View file

@ -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):