mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
tests: vaapioverlay: force drm backend
This commit is contained in:
parent
db338f1316
commit
e4b4836170
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ GST_START_TEST (test_overlay_position)
|
|||
|
||||
overlay = gst_element_factory_make ("vaapioverlay", "overlay");
|
||||
sink = gst_element_factory_make ("vaapisink", "sink");
|
||||
g_object_set (sink, "signal-handoffs", TRUE, NULL);
|
||||
g_object_set (sink, "display", 4, "signal-handoffs", TRUE, NULL);
|
||||
g_signal_connect (sink, "handoff", G_CALLBACK (on_handoff), NULL);
|
||||
|
||||
gst_bin_add_many (GST_BIN (bin), src1, filter1, src2, filter2, overlay,
|
||||
|
|
Loading…
Reference in a new issue