From: Tim-Philipp Müller Date: Tue, 10 Jan 2023 13:06:37 +0000 (+0000) Subject: tests: interactive: test-effect-switch: use autovideosink X-Git-Tag: 1.22.0~64 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fgstreamer.git;a=commitdiff_plain;h=d2ef7819d3f625429c1a246d69508e5aa4a42578 tests: interactive: test-effect-switch: use autovideosink Also works on Windows. Part-of: --- diff --git a/subprojects/gst-plugins-base/tests/interactive/test-effect-switch.c b/subprojects/gst-plugins-base/tests/interactive/test-effect-switch.c index 34c5838..4bfb639 100644 --- a/subprojects/gst-plugins-base/tests/interactive/test-effect-switch.c +++ b/subprojects/gst-plugins-base/tests/interactive/test-effect-switch.c @@ -203,7 +203,7 @@ main (int argc, char **argv) q2 = gst_element_factory_make ("queue", NULL); - sink = gst_element_factory_make ("ximagesink", NULL); + sink = gst_element_factory_make ("autovideosink", NULL); gst_bin_add_many (GST_BIN (pipeline), src, filter, q1, conv_before, effect, conv_after, q2, sink, NULL);