mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
tests: update for _negotiated_caps() change
This commit is contained in:
parent
145f6da5bb
commit
dfd91ba704
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ gst_parser_test_run (GstParserTest * test, GstCaps ** out_caps)
|
||||||
fail_unless_equals_int (datasum, size);
|
fail_unless_equals_int (datasum, size);
|
||||||
}
|
}
|
||||||
|
|
||||||
src_caps = gst_pad_get_negotiated_caps (sinkpad);
|
src_caps = gst_pad_get_current_caps (sinkpad);
|
||||||
GST_LOG ("output caps: %" GST_PTR_FORMAT, src_caps);
|
GST_LOG ("output caps: %" GST_PTR_FORMAT, src_caps);
|
||||||
|
|
||||||
if (test->sink_caps) {
|
if (test->sink_caps) {
|
||||||
|
|
Loading…
Reference in a new issue