summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kms/gstkmssink.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/kms/gstkmssink.c b/sys/kms/gstkmssink.c
index bc85ffe0f..dbbabb35c 100644
--- a/sys/kms/gstkmssink.c
+++ b/sys/kms/gstkmssink.c
@@ -31,9 +31,14 @@
* kmssink is a simple video sink that renders video frames directly
* in a plane of a DRM device.
*
+ * In advance usage, the behaviour of kmssink can be change using the
+ * supported properties. Note that plane and connectors IDs and properties can
+ * be enumerated using the modetest command line tool.
+ *
* ## Example launch line
* |[
* gst-launch-1.0 videotestsrc ! kmssink
+ * gst-launch-1.0 videotestsrc ! kmssink plane-properties=s,rotation=4
* ]|
*
*/