diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-08-29 12:02:22 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-08-29 12:03:52 -0400 |
commit | 531709e5bf3d1762201b4777d0c04c43e635113b (patch) | |
tree | 8ee199584a6277a729a6e5f17a852eb588e91840 | |
parent | 2f30287b5f3b0d7519fde2260b2efe027f8a3956 (diff) |
kmssink: Document possible advance usage
This adds a mention about modetest command line tool and adds an example
on how to use the connector/plane-properties.
https://bugzilla.gnome.org/show_bug.cgi?id=797027
-rw-r--r-- | sys/kms/gstkmssink.c | 5 |
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 * ]| * */ |