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

« back to all changes in this revision

Viewing changes to docs/plugins/html/gstreamer-plugins-multiqueue.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>
 
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
56
                     +----GstMultiQueue
57
57
</pre>
58
58
</div>
83
83
<p>
84
84
</p>
85
85
<div class="refsect2">
86
 
<a name="idp10431328"></a><p>
 
86
<a name="idp10414640"></a><p>
87
87
Multiqueue is similar to a normal <a class="link" href="gstreamer-plugins-queue.html#GstQueue"><span class="type">GstQueue</span></a> with the following additional
88
88
features:
89
89
</p>
97
97
    'sometimes' src pads (src%d).
98
98
  </p>
99
99
<p>
100
 
    When requesting a given sinkpad with <a href="../gstreamer-1.0/GstElement.html#gst-element-get-request-pad"><code class="function">gst_element_get_request_pad()</code></a>,
 
100
    When requesting a given sinkpad with <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#gst-element-get-request-pad"><code class="function">gst_element_get_request_pad()</code></a>,
101
101
    the associated srcpad for that stream will be created.
102
102
    Example: requesting sink1 will generate src1.
103
103
  </p>
173
173
<div class="refsynopsisdiv">
174
174
<h2>Synopsis</h2>
175
175
<div class="refsect2">
176
 
<a name="idp10453120"></a><h3>Element Information</h3>
 
176
<a name="idp10854272"></a><h3>Element Information</h3>
177
177
<div class="variablelist"><table border="0">
178
178
<col align="left" valign="top">
179
179
<tbody>
196
196
</div>
197
197
<hr>
198
198
<div class="refsect2">
199
 
<a name="idp10460576"></a><h3>Element Pads</h3>
 
199
<a name="idp10861728"></a><h3>Element Pads</h3>
200
200
<div class="variablelist"><table border="0">
201
201
<col align="left" valign="top">
202
202
<tbody>