tests: interactive: test-effect-switch: use autovideosink

Also works on Windows.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3703>
This commit is contained in:
Tim-Philipp Müller 2023-01-10 13:06:37 +00:00 committed by GStreamer Marge Bot
parent bd91768692
commit d2ef7819d3

View file

@ -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);