From 4784d107ed77281f1c8039889318edca2e559d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 17 Aug 2021 14:54:21 +0200 Subject: vapostproc: Update filters update_properties(). Right after instantiating the VA filter and changing the element state, rebuild the image filters. This will fix a regression from f20b3b815, where properties in a gst-launch pipeline are not applied. Part-of: --- sys/va/gstvavpp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys') diff --git a/sys/va/gstvavpp.c b/sys/va/gstvavpp.c index 0fe493434..fc28ef146 100644 --- a/sys/va/gstvavpp.c +++ b/sys/va/gstvavpp.c @@ -398,6 +398,7 @@ gst_va_vpp_update_properties (GstVaBaseTransform * btrans) { GstVaVpp *self = GST_VA_VPP (btrans); + gst_va_vpp_rebuild_filters (self); _update_properties_unlocked (self); } -- cgit v1.2.1