diff options
Diffstat (limited to 'docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html')
-rw-r--r-- | docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html | 86 |
1 files changed, 27 insertions, 59 deletions
diff --git a/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html b/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html index 3c33582..be5edb2 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ximagesrc</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 0.10 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-webmmux.html" title="webmmux"> <link rel="next" href="gst-plugins-good-plugins-y4menc.html" title="y4menc"> -<meta name="generator" content="GTK-Doc V1.17 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -67,39 +67,16 @@ "<a class="link" href="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc--starty" title='The "starty" property'>starty</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write "<a class="link" href="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc--use-damage" title='The "use-damage" property'>use-damage</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write "<a class="link" href="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc--remote" title='The "remote" property'>remote</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write + "<a class="link" href="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc--xid" title='The "xid" property'>xid</a>" <span class="type">guint64</span> : Read / Write + "<a class="link" href="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc--xname" title='The "xname" property'>xname</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write </pre> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-ximagesrc.description"></a><h2>Description</h2> -<p> -This element captures your X Display and creates raw RGB video. It uses -the XDamage extension if available to only capture areas of the screen that -have changed since the last frame. It uses the XFixes extension if -available to also capture your mouse pointer. By default it will fixate to -25 frames per second. -</p> -<p> -</p> -<div class="refsect2"> -<a name="idp21049840"></a><h3>Example pipelines</h3> -<div class="informalexample"> - <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> - <tbody> - <tr> - <td class="listing_lines" align="right"><pre>1</pre></td> - <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch ximagesrc <span class="gtkdoc opt">!</span> video<span class="gtkdoc opt">/</span>x<span class="gtkdoc opt">-</span>raw<span class="gtkdoc opt">-</span>rgb<span class="gtkdoc opt">,</span>framerate<span class="gtkdoc opt">=</span><span class="number">5</span><span class="gtkdoc opt">/</span><span class="number">1</span> <span class="gtkdoc opt">!</span> ffmpegcolorspace <span class="gtkdoc opt">!</span> theoraenc <span class="gtkdoc opt">!</span> oggmux <span class="gtkdoc opt">!</span> filesink location<span class="gtkdoc opt">=</span>desktop<span class="gtkdoc opt">.</span>ogg</pre></td> - </tr> - </tbody> - </table> -</div> - Encodes your X display to an Ogg theora video at 5 frames per second. -</div> -<p> -</p> <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp23077008"></a><h3>Element Information</h3> +<a name="idp23734544"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -122,7 +99,7 @@ available to also capture your mouse pointer. By default it will fixate to </div> <hr> <div class="refsect2"> -<a name="idp24864192"></a><h3>Element Pads</h3> +<a name="idp23516960"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -185,75 +162,66 @@ available to also capture your mouse pointer. By default it will fixate to <div class="refsect2"> <a name="GstXImageSrc--endx"></a><h3>The <code class="literal">"endx"</code> property</h3> <pre class="programlisting"> "endx" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre> -<p> -X coordinate of bottom right corner of area to be recorded -(0 for bottom right of screen) -</p> +<p>X coordinate of bottom right corner of area to be recorded (0 for bottom right of screen).</p> <p>Allowed values: <= G_MAXINT</p> <p>Default value: 0</p> -<p class="since">Since 0.10.4</p> </div> <hr> <div class="refsect2"> <a name="GstXImageSrc--endy"></a><h3>The <code class="literal">"endy"</code> property</h3> <pre class="programlisting"> "endy" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre> -<p> -Y coordinate of bottom right corner of area to be recorded -(0 for bottom right of screen) -</p> +<p>Y coordinate of bottom right corner of area to be recorded (0 for bottom right of screen).</p> <p>Allowed values: <= G_MAXINT</p> <p>Default value: 0</p> -<p class="since">Since 0.10.4</p> </div> <hr> <div class="refsect2"> <a name="GstXImageSrc--startx"></a><h3>The <code class="literal">"startx"</code> property</h3> <pre class="programlisting"> "startx" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre> -<p> -X coordinate of top left corner of area to be recorded -(0 for top left of screen) -</p> +<p>X coordinate of top left corner of area to be recorded (0 for top left of screen).</p> <p>Allowed values: <= G_MAXINT</p> <p>Default value: 0</p> -<p class="since">Since 0.10.4</p> </div> <hr> <div class="refsect2"> <a name="GstXImageSrc--starty"></a><h3>The <code class="literal">"starty"</code> property</h3> <pre class="programlisting"> "starty" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre> -<p> -Y coordinate of top left corner of area to be recorded -(0 for top left of screen) -</p> +<p>Y coordinate of top left corner of area to be recorded (0 for top left of screen).</p> <p>Allowed values: <= G_MAXINT</p> <p>Default value: 0</p> -<p class="since">Since 0.10.4</p> </div> <hr> <div class="refsect2"> <a name="GstXImageSrc--use-damage"></a><h3>The <code class="literal">"use-damage"</code> property</h3> <pre class="programlisting"> "use-damage" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre> -<p> -Use XDamage (if the XDamage extension is enabled) -</p> +<p>Use XDamage (if XDamage extension enabled).</p> <p>Default value: TRUE</p> -<p class="since">Since 0.10.4</p> </div> <hr> <div class="refsect2"> <a name="GstXImageSrc--remote"></a><h3>The <code class="literal">"remote"</code> property</h3> <pre class="programlisting"> "remote" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre> -<p> -Whether the X display is remote. The element will try to use alternate calls -known to work better with remote displays. -</p> +<p>Whether the display is remote.</p> <p>Default value: FALSE</p> -<p class="since">Since 0.10.26</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstXImageSrc--xid"></a><h3>The <code class="literal">"xid"</code> property</h3> +<pre class="programlisting"> "xid" <span class="type">guint64</span> : Read / Write</pre> +<p>Window XID to capture from.</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstXImageSrc--xname"></a><h3>The <code class="literal">"xname"</code> property</h3> +<pre class="programlisting"> "xname" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre> +<p>Window name to capture from.</p> +<p>Default value: NULL</p> </div> </div> </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.17</div> + Generated by GTK-Doc V1.18</div> </body> </html>
\ No newline at end of file |