mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-15 11:55:32 +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);
|
gst_bin_add_many (GST_BIN (pipeline), comp, audioconvert, sink, NULL);
|
||||||
caps = gst_caps_from_string ("audio/x-raw,format=(string)S16LE");
|
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);
|
gst_caps_unref (caps);
|
||||||
|
|
||||||
/* Shared data */
|
/* Shared data */
|
||||||
|
|
Loading…
Reference in a new issue