tests: interactive: test-effect-switch: use autovideosink
authorTim-Philipp Müller <tim@centricular.com>
Tue, 10 Jan 2023 13:06:37 +0000 (13:06 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 10 Jan 2023 13:28:30 +0000 (13:28 +0000)
Also works on Windows.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3703>

subprojects/gst-plugins-base/tests/interactive/test-effect-switch.c

index 34c5838..4bfb639 100644 (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);