summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-03-19 08:57:47 -0300
committerThibault Saunier <tsaunier@igalia.com>2018-03-19 08:59:56 -0300
commit4cff10fb916d209ede449e1172fad5e38b3c5dd8 (patch)
tree1bfb93eb8e47c69245405c18106be2ff9fcfab22
parentbd142e285d11110cc97d2d63a9c5d25ec8463a36 (diff)
doc: Remove documentation about GESVideoSource::zorder as it doesn't exist
The zorder is controled through the GESLayer priority API, not directly on the sources.
-rw-r--r--ges/ges-video-source.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ges/ges-video-source.c b/ges/ges-video-source.c
index af1a34ce..d8292002 100644
--- a/ges/ges-video-source.c
+++ b/ges/ges-video-source.c
@@ -49,11 +49,6 @@
* <entry>The desired y position for the stream</entry>
* </row>
* <row>
- * <entry role="property_type"><link linkend="guint"><type>guint</type></link></entry>
- * <entry role="property_name"><link linkend="GESVideoSource--zorder">zorder</link></entry>
- * <entry>The desired z order for the stream</entry>
- * </row>
- * <row>
* <entry role="property_type"><link linkend="gint"><type>gint</type></link></entry>
* <entry role="property_name"><link linkend="GESVideoSource--width">width</link></entry>
* <entry>The desired width for that source. Set to 0 if size is not mandatory, will be set to width of the current track.</entry>