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

« back to all changes in this revision

Viewing changes to docs/plugins/html/gstreamer-plugins-identity.html

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-05-21 11:14:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120521111406-1wfas0o9fdaxjyo8
Tags: 0.11.91-1
* New upstream release, "I will give you five magic beans!":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/libgstreamer-dev.install:
  + Don't ship useless .la file for the core plugins.
  + Don't ship .a and .la files for the library.
* debian/control.in:
  + Update debhelper dependency version and Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
<pre class="synopsis">
52
52
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
53
53
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
54
 
         +----<a href="../gstreamer-1.0/GstObject.html">GstObject</a>
55
 
               +----<a href="../gstreamer-1.0/GstElement.html">GstElement</a>
56
 
                     +----<a href="../gstreamer-libs-1.0/GstBaseTransform.html">GstBaseTransform</a>
 
54
         +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a>
 
55
               +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a>
 
56
                     +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstBaseTransform.html">GstBaseTransform</a>
57
57
                           +----GstIdentity
58
58
</pre>
59
59
</div>
90
90
<div class="refsynopsisdiv">
91
91
<h2>Synopsis</h2>
92
92
<div class="refsect2">
93
 
<a name="idp10069920"></a><h3>Element Information</h3>
 
93
<a name="idp10472176"></a><h3>Element Information</h3>
94
94
<div class="variablelist"><table border="0">
95
95
<col align="left" valign="top">
96
96
<tbody>
113
113
</div>
114
114
<hr>
115
115
<div class="refsect2">
116
 
<a name="idp10077376"></a><h3>Element Pads</h3>
 
116
<a name="idp10479632"></a><h3>Element Pads</h3>
117
117
<div class="variablelist"><table border="0">
118
118
<col align="left" valign="top">
119
119
<tbody>
275
275
<div class="refsect2">
276
276
<a name="GstIdentity-handoff"></a><h3>The <code class="literal">"handoff"</code> signal</h3>
277
277
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="gstreamer-plugins-identity.html#GstIdentity"><span class="type">GstIdentity</span></a> *identity,
278
 
                                                        <a href="../gstreamer-1.0/gstreamer-GstBuffer.html#GstBuffer"><span class="type">GstBuffer</span></a>   *buffer,
 
278
                                                        <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstBuffer.html#GstBuffer"><span class="type">GstBuffer</span></a>   *buffer,
279
279
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
280
280
<p>
281
281
This signal gets emitted before passing the buffer downstream.