diff options
Diffstat (limited to 'docs/plugins/gst-plugins-good-plugins.args')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins.args | 64 |
1 files changed, 62 insertions, 2 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 5b3dc7bc..c2e0a685 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -253,8 +253,8 @@ <TYPE>gint</TYPE> <RANGE></RANGE> <FLAGS>rw</FLAGS> -<NICK>skip</NICK> -<BLURB>skip.</BLURB> +<NICK>Skip</NICK> +<BLURB>skip (unused).</BLURB> <DEFAULT>0</DEFAULT> </ARG> @@ -13269,6 +13269,56 @@ </ARG> <ARG> +<NAME>GstXImageSrc::endx</NAME> +<TYPE>guint</TYPE> +<RANGE><= G_MAXINT</RANGE> +<FLAGS>rw</FLAGS> +<NICK>End X</NICK> +<BLURB>X coordinate of bottom right corner of area to be recorded (0 for bottom right of screen).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstXImageSrc::endy</NAME> +<TYPE>guint</TYPE> +<RANGE><= G_MAXINT</RANGE> +<FLAGS>rw</FLAGS> +<NICK>End Y</NICK> +<BLURB>Y coordinate of bottom right corner of area to be recorded (0 for bottom right of screen).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstXImageSrc::startx</NAME> +<TYPE>guint</TYPE> +<RANGE><= G_MAXINT</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Start X co-ordinate</NICK> +<BLURB>X coordinate of top left corner of area to be recorded (0 for top left of screen).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstXImageSrc::starty</NAME> +<TYPE>guint</TYPE> +<RANGE><= G_MAXINT</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Start Y co-ordinate</NICK> +<BLURB>Y coordinate of top left corner of area to be recorded (0 for top left of screen).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstXImageSrc::use-damage</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Use XDamage</NICK> +<BLURB>Use XDamage (if XDamage extension enabled).</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> <NAME>GstVideoBalance::brightness</NAME> <TYPE>gdouble</TYPE> <RANGE>[-1,1]</RANGE> @@ -13338,3 +13388,13 @@ <DEFAULT>TRUE</DEFAULT> </ARG> +<ARG> +<NAME>GstJpegDec::idct-method</NAME> +<TYPE>GstIDCTMethod</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>IDCT Method</NICK> +<BLURB>The IDCT algorithm to use.</BLURB> +<DEFAULT>Faster, less accurate integer method</DEFAULT> +</ARG> + |