summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-09-07 10:55:10 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-09-10 17:48:23 +0200
commit4f0b619023cb58e4be7cd4d01368f780f271bcf5 (patch)
tree464030e3073263346acdaf278ad8d629549ecd95 /sys
parentd4d483856fac142c1d1374bab5bee22afc4ebafc (diff)
downloadgstreamer-plugins-bad-4f0b619023cb58e4be7cd4d01368f780f271bcf5.tar.gz
va: Update vapostproc documentation.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2495>
Diffstat (limited to 'sys')
-rw-r--r--sys/va/gstvafilter.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/va/gstvafilter.c b/sys/va/gstvafilter.c
index ebf9e979a..3eed9afe3 100644
--- a/sys/va/gstvafilter.c
+++ b/sys/va/gstvafilter.c
@@ -689,6 +689,15 @@ gst_va_filter_install_properties (GstVaFilter * self, GObjectClass * klass)
common_flags));
}
+ /**
+ * GstVaPostProc:disable-passthrough:
+ *
+ * If set to %TRUE the filter will not enable passthrough mode, thus
+ * each frame will be processed. It's useful for cropping, for
+ * example.
+ *
+ * Since: 1.20
+ */
g_object_class_install_property (klass,
GST_VA_FILTER_PROP_DISABLE_PASSTHROUGH,
g_param_spec_boolean ("disable-passthrough", "Disable Passthrough",