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

« back to all changes in this revision

Viewing changes to docs/gst/html/GstObject.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:
132
132
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
133
133
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
134
134
         +----GstObject
 
135
               +----GstAllocator
135
136
               +----<a class="link" href="GstPad.html" title="GstPad">GstPad</a>
136
137
               +----<a class="link" href="GstPadTemplate.html" title="GstPadTemplate">GstPadTemplate</a>
137
138
               +----<a class="link" href="GstPluginFeature.html" title="GstPluginFeature">GstPluginFeature</a>
185
186
<p>
186
187
</p>
187
188
<div class="refsect2">
188
 
<a name="idp27569216"></a><h3>controlled properties</h3>
 
189
<a name="idp29641840"></a><h3>controlled properties</h3>
189
190
<p>
190
191
Controlled properties offers a lightweight way to adjust gobject
191
192
properties over stream-time. It works by using time-stamped value pairs that
732
733
<tr>
733
734
<td><p><span class="term"><em class="parameter"><code>excluded_props</code></em> :</span></p></td>
734
735
<td>(array zero-terminated=1) (element-type gchar*)
735
 
(allow-none):a set of user-specified properties to exclude or
 
736
(allow-none): a set of user-specified properties to exclude or
736
737
NULL to show all changes.</td>
737
738
</tr>
738
739
</tbody>
852
853
<tbody>
853
854
<tr>
854
855
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
855
 
<td>a <a class="link" href="GstObject.html" title="GstObject"><span class="type">GstObject</span></a> to reference</td>
 
856
<td>a <a class="link" href="GstObject.html" title="GstObject"><span class="type">GstObject</span></a> to reference. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gst.Object]</span>
 
857
</td>
856
858
</tr>
857
859
<tr>
858
860
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
859
 
<td>A pointer to <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
861
<td>A pointer to <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gst.Object]</span>
860
862
</td>
861
863
</tr>
862
864
</tbody>
879
881
<col align="left" valign="top">
880
882
<tbody><tr>
881
883
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
882
 
<td>a <a class="link" href="GstObject.html" title="GstObject"><span class="type">GstObject</span></a> to unreference</td>
 
884
<td>a <a class="link" href="GstObject.html" title="GstObject"><span class="type">GstObject</span></a> to unreference. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gst.Object]</span>
 
885
</td>
883
886
</tr></tbody>
884
887
</table></div>
885
888
</div>
1000
1003
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gst_object_sync_values              (<em class="parameter"><code><a class="link" href="GstObject.html" title="GstObject"><span class="type">GstObject</span></a> *object</code></em>,
1001
1004
                                                         <em class="parameter"><code><a class="link" href="GstClock.html#GstClockTime" title="GstClockTime"><span class="type">GstClockTime</span></a> timestamp</code></em>);</pre>
1002
1005
<p>
1003
 
Sets the properties of the object, according to the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstControlSource.html"><span class="type">GstControlSources</span></a> that
 
1006
Sets the properties of the object, according to the <a href="../gstreamer-1.0/GstControlSource.html"><span class="type">GstControlSources</span></a> that
1004
1007
(maybe) handle them and for the given timestamp.
1005
1008
</p>
1006
1009
<p>