mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue