summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-08-17 14:54:21 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-08-18 09:00:55 +0000
commit4784d107ed77281f1c8039889318edca2e559d46 (patch)
treec5ebe4c6d4ab790211418c0825c0d5a09bbab1ba /sys
parent751f68740f003827a1c27ade5a057b3b723edb71 (diff)
downloadgstreamer-plugins-bad-4784d107ed77281f1c8039889318edca2e559d46.tar.gz
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: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2443>
Diffstat (limited to 'sys')
-rw-r--r--sys/va/gstvavpp.c1
1 files changed, 1 insertions, 0 deletions
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);
}