mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
tests: Check that linking pads works
CID: 1456061
This commit is contained in:
parent
9b430c22a5
commit
a8a33622d9
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue