mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gst-plugins-bad: Disable failing test.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Disable elements/mxfdemux test.
This commit is contained in:
parent
eef3e925fb
commit
19d906f82f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
;; 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"
|
(substitute* "tests/check/elements/zxing.c"
|
||||||
;; zxing 1.2.0 seemingly changed the type representation of
|
;; zxing 1.2.0 seemingly changed the type representation of
|
||||||
;; the EAN_13 structure; disable it.
|
;; the EAN_13 structure; disable it.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue