~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to docs/plugins/html/gstreamer-plugins-output-selector.html

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
<pre class="synopsis">
50
50
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
51
51
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
52
 
         +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a>
53
 
               +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a>
 
52
         +----<a href="../gstreamer-1.0/GstObject.html">GstObject</a>
 
53
               +----<a href="../gstreamer-1.0/GstElement.html">GstElement</a>
54
54
                     +----GstOutputSelector
55
55
</pre>
56
56
</div>
57
57
<div class="refsect1">
58
58
<a name="gstreamer-plugins-output-selector.properties"></a><h2>Properties</h2>
59
59
<pre class="synopsis">
60
 
  "<a class="link" href="gstreamer-plugins-output-selector.html#GstOutputSelector--active-pad" title='The "active-pad" property'>active-pad</a>"               <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html"><span class="type">GstPad</span></a>*               : Read / Write
 
60
  "<a class="link" href="gstreamer-plugins-output-selector.html#GstOutputSelector--active-pad" title='The "active-pad" property'>active-pad</a>"               <a href="../gstreamer-1.0/GstPad.html"><span class="type">GstPad</span></a>*               : Read / Write
61
61
  "<a class="link" href="gstreamer-plugins-output-selector.html#GstOutputSelector--resend-latest" title='The "resend-latest" property'>resend-latest</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
62
62
  "<a class="link" href="gstreamer-plugins-output-selector.html#GstOutputSelector--pad-negotiation-mode" title='The "pad-negotiation-mode" property'>pad-negotiation-mode</a>"     <span class="type">GstOutputSelectorPadNegotiationMode</span>  : Read / Write
63
63
</pre>
70
70
<div class="refsynopsisdiv">
71
71
<h2>Synopsis</h2>
72
72
<div class="refsect2">
73
 
<a name="idp10403120"></a><h3>Element Information</h3>
 
73
<a name="idp8727536"></a><h3>Element Information</h3>
74
74
<div class="variablelist"><table border="0">
75
75
<col align="left" valign="top">
76
76
<tbody>
93
93
</div>
94
94
<hr>
95
95
<div class="refsect2">
96
 
<a name="idp10615680"></a><h3>Element Pads</h3>
 
96
<a name="idp10868576"></a><h3>Element Pads</h3>
97
97
<div class="variablelist"><table border="0">
98
98
<col align="left" valign="top">
99
99
<tbody>
154
154
<a name="gstreamer-plugins-output-selector.property-details"></a><h2>Property Details</h2>
155
155
<div class="refsect2">
156
156
<a name="GstOutputSelector--active-pad"></a><h3>The <code class="literal">"active-pad"</code> property</h3>
157
 
<pre class="programlisting">  "active-pad"               <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html"><span class="type">GstPad</span></a>*               : Read / Write</pre>
 
157
<pre class="programlisting">  "active-pad"               <a href="../gstreamer-1.0/GstPad.html"><span class="type">GstPad</span></a>*               : Read / Write</pre>
158
158
<p>Currently active src pad.</p>
159
159
</div>
160
160
<hr>