summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony Violo <anthony.violo@ubicast.eu>2009-09-02 10:06:36 +0200
committerJulien Isorce <julien.isorce@gmail.com>2009-09-02 10:06:36 +0200
commit8cf6ca13fa3a458afb300a2eeab21dc09b1cf07d (patch)
tree679ce6a81cfee517541f1dca4d864d6efb6a67dd /docs
parentf3733f9a6d0cb64ad6a374fba0b4595f767ebe96 (diff)
gloverlay: can control image size and position
Fix bug #591591
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst-plugins-gl-plugins.args32
-rw-r--r--docs/plugins/gst-plugins-gl-plugins.prerequisites4
2 files changed, 33 insertions, 3 deletions
diff --git a/docs/plugins/gst-plugins-gl-plugins.args b/docs/plugins/gst-plugins-gl-plugins.args
index d6b10de..a11ec58 100644
--- a/docs/plugins/gst-plugins-gl-plugins.args
+++ b/docs/plugins/gst-plugins-gl-plugins.args
@@ -95,7 +95,7 @@
<FLAGS>w</FLAGS>
<NICK>Znear</NICK>
<BLURB>Specifies the distance from the viewer to the near clipping plane.</BLURB>
-<DEFAULT>0.1</DEFAULT>
+<DEFAULT>0,1</DEFAULT>
</ARG>
<ARG>
@@ -229,6 +229,36 @@
</ARG>
<ARG>
+<NAME>GstGLOverlay::proportion</NAME>
+<TYPE>gint</TYPE>
+<RANGE>[0,100]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Relative size of overlay image, in percents</NICK>
+<BLURB>Relative size of iverlay image, in percents.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstGLOverlay::xpos</NAME>
+<TYPE>gint</TYPE>
+<RANGE>[0,100]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>X position of overlay image in percents</NICK>
+<BLURB>X position of overlay image in percents.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstGLOverlay::ypos</NAME>
+<TYPE>gint</TYPE>
+<RANGE>[0,100]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Y position of overlay image in percents</NICK>
+<BLURB>Y position of overlay image in percents.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
<NAME>GstGLUpload::external-opengl-context</NAME>
<TYPE>gulong</TYPE>
<RANGE></RANGE>
diff --git a/docs/plugins/gst-plugins-gl-plugins.prerequisites b/docs/plugins/gst-plugins-gl-plugins.prerequisites
index 737369b..5c6fbaf 100644
--- a/docs/plugins/gst-plugins-gl-plugins.prerequisites
+++ b/docs/plugins/gst-plugins-gl-plugins.prerequisites
@@ -1,3 +1,3 @@
GstChildProxy GstObject
-GstImplementsInterface GstElement
-GstXOverlay GstImplementsInterface GstElement
+GstImplementsInterface GstObject GstElement
+GstXOverlay GstObject GstImplementsInterface GstElement