From 8e2ca1b6a79b78ba17142484643aae85dd45f7c2 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 14 Jan 2015 23:48:16 +0530 Subject: [PATCH] compositor: Document the zorder pad property from gstvideoaggregator --- gst/compositor/compositor.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/compositor/compositor.c b/gst/compositor/compositor.c index d3fa3f07b8..ef71d841b3 100644 --- a/gst/compositor/compositor.c +++ b/gst/compositor/compositor.c @@ -55,6 +55,10 @@ * is a simple copy when fully-transparent (0.0) and fully-opaque (1.0). * (#gdouble) * + * + * "zorder": The z-order position of the picture in the composition; between + * 0 and 10000. (#guint) + * * * *