gnu: gst-plugins-bad: Disable failing test.

* gnu/packages/gstreamer.scm (gst-plugins-bad): Disable elements/mxfdemux test.
This commit is contained in:
Liliana Marie Prikler 2024-10-28 09:22:15 +01:00
parent eef3e925fb
commit 19d906f82f
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -819,7 +819,10 @@ model to base your own plug-in on, here it is.")
'())
;; https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1412
((".*elements/dtls\\.c.*") ""))
((".*elements/dtls\\.c.*") "")
;; https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3921
((".*elements/mxfdemux\\.c.*") ""))
(substitute* "tests/check/elements/zxing.c"
;; zxing 1.2.0 seemingly changed the type representation of
;; the EAN_13 structure; disable it.