~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-bad-plugins-autoconvert.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-08-21 22:00:02 UTC
  • mto: (18.3.14 experimental) (1.2.16 upstream)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20100821220002-odvockt6147viosl
Tags: upstream-0.10.19.4
Import upstream version 0.10.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
<div class="refsect1" title="Object Hierarchy">
50
50
<a name="gst-plugins-bad-plugins-autoconvert.object-hierarchy"></a><h2>Object Hierarchy</h2>
51
51
<pre class="synopsis">
52
 
  <a href="http://library.gnome.org/devel/gobject/stable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
52
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
53
53
   +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a>
54
54
         +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a>
55
55
               +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBin.html">GstBin</a>
65
65
<div class="refsect1" title="Properties">
66
66
<a name="gst-plugins-bad-plugins-autoconvert.properties"></a><h2>Properties</h2>
67
67
<pre class="synopsis">
68
 
  "<a class="link" href="gst-plugins-bad-plugins-autoconvert.html#GstAutoConvert--factories" title='The "factories" property'>factories</a>"                <a href="http://library.gnome.org/devel/glib/stable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read / Write
69
 
  "<a class="link" href="gst-plugins-bad-plugins-autoconvert.html#GstAutoConvert--initial-identity" title='The "initial-identity" property'>initial-identity</a>"         <a href="http://library.gnome.org/devel/glib/stable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
68
  "<a class="link" href="gst-plugins-bad-plugins-autoconvert.html#GstAutoConvert--factories" title='The "factories" property'>factories</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read / Write
 
69
  "<a class="link" href="gst-plugins-bad-plugins-autoconvert.html#GstAutoConvert--initial-identity" title='The "initial-identity" property'>initial-identity</a>"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
70
70
</pre>
71
71
</div>
72
72
<div class="refsect1" title="Description">
97
97
<a name="gst-plugins-bad-plugins-autoconvert.property-details"></a><h2>Property Details</h2>
98
98
<div class="refsect2" title='The "factories" property'>
99
99
<a name="GstAutoConvert--factories"></a><h3>The <code class="literal">"factories"</code> property</h3>
100
 
<pre class="programlisting">  "factories"                <a href="http://library.gnome.org/devel/glib/stable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read / Write</pre>
 
100
<pre class="programlisting">  "factories"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Read / Write</pre>
101
101
<p>GList of GstElementFactory objects to pick from (the element takes ownership of the list (NULL means it will go through all possible elements), can only be set once.</p>
102
102
</div>
103
103
<hr>
104
104
<div class="refsect2" title='The "initial-identity" property'>
105
105
<a name="GstAutoConvert--initial-identity"></a><h3>The <code class="literal">"initial-identity"</code> property</h3>
106
 
<pre class="programlisting">  "initial-identity"         <a href="http://library.gnome.org/devel/glib/stable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
106
<pre class="programlisting">  "initial-identity"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
107
107
<p>If true, then the identity element will be installed initially and used for event passing until the first data buffer arrives .</p>
108
108
<p>Default value: FALSE</p>
109
109
</div>