summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-03-02 12:46:24 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-03-02 15:33:54 +0000
commitf823124a3951370993d59ac098110b79c82711a2 (patch)
tree2921c1370fb03e2a2101b5757f0515d0dd53a365 /sys
parentb61b3d833d252caa0fa89f401164c4ea1daec611 (diff)
downloadgstreamer-plugins-bad-f823124a3951370993d59ac098110b79c82711a2.tar.gz
va: postproc: mention the possibility of color balance
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2050>
Diffstat (limited to 'sys')
-rw-r--r--sys/va/gstvavpp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/va/gstvavpp.c b/sys/va/gstvavpp.c
index bcdcbb1bf..cd2b62791 100644
--- a/sys/va/gstvavpp.c
+++ b/sys/va/gstvavpp.c
@@ -39,6 +39,10 @@
* gst-launch-1.0 videotestsrc ! "video/x-raw,format=(string)NV12" ! vapostproc ! autovideosink
* ```
*
+ * If the VA driver support color balance filter, with controls such
+ * as hue, brightness, contrast, etc., those controls are exposed both
+ * as element properties and through the #GstColorBalance interface.
+ *
* Since: 1.20
*
*/