projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b430c2
)
tests: Check that linking pads works
author
Thibault Saunier
<tsaunier@igalia.com>
Thu, 9 Apr 2020 15:07:04 +0000
(11:07 -0400)
committer
Thibault Saunier
<tsaunier@igalia.com>
Fri, 10 Apr 2020 15:12:12 +0000
(11:12 -0400)
CID:
1456061
tests/check/nle/complex.c
patch
|
blob
|
history
diff --git
a/tests/check/nle/complex.c
b/tests/check/nle/complex.c
index 86ab9df815752aa76bb60ce48102d11a8bf17677..f109f5104eb2dbcbfdf09516f5dc14f87c152681 100644
(file)
--- a/
tests/check/nle/complex.c
+++ b/
tests/check/nle/complex.c
@@
-567,7
+567,7
@@
GST_START_TEST (test_renegotiation)
gst_bin_add_many (GST_BIN (pipeline), comp, audioconvert, sink, NULL);
caps = gst_caps_from_string ("audio/x-raw,format=(string)S16LE");
-
gst_element_link_filtered (audioconvert, sink, caps
);
+
fail_unless (gst_element_link_filtered (audioconvert, sink, caps)
);
gst_caps_unref (caps);
/* Shared data */