~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-09-14 09:04:41 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120914090441-1ul912ezvm3xfael
Tags: 0.11.94-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.
  + debian/control.in:
    - Build-depend on gtk-doc >= 1.12.
  + debian/patches/0001-netclientclock-simplify-by-using-g_socket_condition_.patch:
    - Dropped, merged upstream.

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
               +----<a class="link" href="GstAllocator.html" title="GstAllocator">GstAllocator</a>
136
136
               +----<a class="link" href="GstPad.html" title="GstPad">GstPad</a>
137
137
               +----<a class="link" href="GstPadTemplate.html" title="GstPadTemplate">GstPadTemplate</a>
138
138
               +----<a class="link" href="GstPluginFeature.html" title="GstPluginFeature">GstPluginFeature</a>
186
186
<p>
187
187
</p>
188
188
<div class="refsect2">
189
 
<a name="idp29641840"></a><h3>controlled properties</h3>
 
189
<a name="idp31695632"></a><h3>controlled properties</h3>
190
190
<p>
191
191
Controlled properties offers a lightweight way to adjust gobject
192
192
properties over stream-time. It works by using time-stamped value pairs that
732
732
</tr>
733
733
<tr>
734
734
<td><p><span class="term"><em class="parameter"><code>excluded_props</code></em> :</span></p></td>
735
 
<td>(array zero-terminated=1) (element-type gchar*)
736
 
(allow-none): a set of user-specified properties to exclude or
737
 
NULL to show all changes.</td>
 
735
<td>a set of user-specified properties to exclude or NULL to show
 
736
all changes. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> gchar*][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
737
</td>
738
738
</tr>
739
739
</tbody>
740
740
</table></div>