summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-06-14 23:20:38 +0200
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-06-14 23:20:38 +0200
commit53b08080425b553f694f7ecf01f10cd61dee8032 (patch)
treeb6566b5260016a2dd6d462979f2f23a6e9503497
parent3c2fff7165349a395493b425e06152be601bf06b (diff)
downloadgstreamer-plugins-bad-53b08080425b553f694f7ecf01f10cd61dee8032.tar.gz
compositor: update zorder documentation.
It is not bound between 0 and 10000 anymore.
-rw-r--r--gst/compositor/compositor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/compositor/compositor.c b/gst/compositor/compositor.c
index dfeb379fb..2e8ab5cc5 100644
--- a/gst/compositor/compositor.c
+++ b/gst/compositor/compositor.c
@@ -56,8 +56,8 @@
* (#gdouble)
* </listitem>
* <listitem>
- * "zorder": The z-order position of the picture in the composition; between
- * 0 and 10000. (#guint)
+ * "zorder": The z-order position of the picture in the composition
+ * (#guint)
* </listitem>
* </itemizedlist>
*