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:
parent
bd91768692
commit
d2ef7819d3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user