~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-shmsrc.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:
47
47
<div class="refsect1" title="Object Hierarchy">
48
48
<a name="gst-plugins-bad-plugins-shmsrc.object-hierarchy"></a><h2>Object Hierarchy</h2>
49
49
<pre class="synopsis">
50
 
  <a href="http://library.gnome.org/devel/gobject/stable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
50
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
51
51
   +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a>
52
52
         +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a>
53
53
               +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstBaseSrc.html">GstBaseSrc</a>
58
58
<div class="refsect1" title="Properties">
59
59
<a name="gst-plugins-bad-plugins-shmsrc.properties"></a><h2>Properties</h2>
60
60
<pre class="synopsis">
61
 
  "<a class="link" href="gst-plugins-bad-plugins-shmsrc.html#GstShmSrc--is-live" title='The "is-live" property'>is-live</a>"                  <a href="http://library.gnome.org/devel/glib/stable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
62
 
  "<a class="link" href="gst-plugins-bad-plugins-shmsrc.html#GstShmSrc--socket-path" title='The "socket-path" property'>socket-path</a>"              <a href="http://library.gnome.org/devel/glib/stable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
61
  "<a class="link" href="gst-plugins-bad-plugins-shmsrc.html#GstShmSrc--is-live" title='The "is-live" property'>is-live</a>"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
62
  "<a class="link" href="gst-plugins-bad-plugins-shmsrc.html#GstShmSrc--socket-path" title='The "socket-path" property'>socket-path</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
63
63
</pre>
64
64
</div>
65
65
<div class="refsect1" title="Description">
67
67
<div class="refsynopsisdiv" title="Synopsis">
68
68
<h2>Synopsis</h2>
69
69
<div class="refsect2" title="Element Information">
70
 
<a name="id488865"></a><h3>Element Information</h3>
 
70
<a name="id594375"></a><h3>Element Information</h3>
71
71
<div class="variablelist"><table border="0">
72
72
<col align="left" valign="top">
73
73
<tbody>
90
90
</div>
91
91
<hr>
92
92
<div class="refsect2" title="Element Pads">
93
 
<a name="id485154"></a><h3>Element Pads</h3>
 
93
<a name="id593725"></a><h3>Element Pads</h3>
94
94
<div class="variablelist"><table border="0">
95
95
<col align="left" valign="top">
96
96
<tbody>
130
130
<a name="gst-plugins-bad-plugins-shmsrc.property-details"></a><h2>Property Details</h2>
131
131
<div class="refsect2" title='The "is-live" property'>
132
132
<a name="GstShmSrc--is-live"></a><h3>The <code class="literal">"is-live"</code> property</h3>
133
 
<pre class="programlisting">  "is-live"                  <a href="http://library.gnome.org/devel/glib/stable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
133
<pre class="programlisting">  "is-live"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
134
134
<p>True if the element cannot produce data in PAUSED.</p>
135
135
<p>Default value: FALSE</p>
136
136
</div>
137
137
<hr>
138
138
<div class="refsect2" title='The "socket-path" property'>
139
139
<a name="GstShmSrc--socket-path"></a><h3>The <code class="literal">"socket-path"</code> property</h3>
140
 
<pre class="programlisting">  "socket-path"              <a href="http://library.gnome.org/devel/glib/stable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
140
<pre class="programlisting">  "socket-path"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
141
141
<p>The path to the control socket used to control the shared memory transport.</p>
142
142
<p>Default value: NULL</p>
143
143
</div>