~ubuntu-branches/ubuntu/hardy/gstreamer0.10/hardy-updates

« back to all changes in this revision

Viewing changes to docs/libs/html/gstreamer-libs-GstTypeFindHelper.html

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2008-01-30 17:40:49 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20080130174049-9fu4gmhxxqs7sz31
Tags: 0.10.17-1ubuntu1
* Sync with Debian, remaining Ubuntu changes:
  + debian/control.in:
    - Set Ubuntu Core Developers as Maintainer.
    - Add Breaks field to libgstreamer0.10-0 for
      libgstreamer-plugins-base0.10-0.
  + debian/rules:
    - Set the package origin and url for Ubuntu.
    - Symlink the doc directories to avoid duplicate files and remove
      the old ones on upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
<th width="100%" align="center">GStreamer 0.10 Library Reference Manual</th>
30
30
<td><a accesskey="n" href="gstreamer-libs-GstDataQueue.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
31
</tr>
32
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583898" class="shortcut">Top</a>
 
32
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584220" class="shortcut">Top</a>
33
33
                  &#160;|&#160;
34
 
                  <a href="#id2584079" class="shortcut">Description</a></nobr></td></tr>
 
34
                  <a href="#id2584402" class="shortcut">Description</a></nobr></td></tr>
35
35
</table>
36
36
<div class="refentry" lang="en">
37
37
<a name="gstreamer-libs-GstTypeFindHelper"></a><div class="titlepage"></div>
38
38
<div class="refnamediv"><table width="100%"><tr>
39
39
<td valign="top">
40
40
<h2>
41
 
<a name="id2583898"></a><span class="refentrytitle">GstTypeFindHelper</span>
 
41
<a name="id2584220"></a><span class="refentrytitle">GstTypeFindHelper</span>
42
42
</h2>
43
43
<p>GstTypeFindHelper &#8212; Utility functions for typefinding</p>
44
44
</td>
69
69
</pre>
70
70
</div>
71
71
<div class="refsect1" lang="en">
72
 
<a name="id2584079"></a><h2>Description</h2>
 
72
<a name="id2584402"></a><h2>Description</h2>
73
73
<p>
74
74
Utility functions for elements doing typefinding:
75
75
<a href="gstreamer-libs-GstTypeFindHelper.html#gst-type-find-helper"><code class="function">gst_type_find_helper()</code></a> does typefinding in pull mode, while
80
80
</p>
81
81
</div>
82
82
<div class="refsect1" lang="en">
83
 
<a name="id2584122"></a><h2>Details</h2>
 
83
<a name="id2584445"></a><h2>Details</h2>
84
84
<div class="refsect2" lang="en">
85
 
<a name="id2584132"></a><h3>
 
85
<a name="id2584455"></a><h3>
86
86
<a name="gst-type-find-helper"></a>gst_type_find_helper ()</h3>
87
 
<a class="indexterm" name="id2584145"></a><pre class="programlisting">GstCaps*            gst_type_find_helper                (GstPad *src,
 
87
<a class="indexterm" name="id2584468"></a><pre class="programlisting">GstCaps*            gst_type_find_helper                (GstPad *src,
88
88
                                                         guint64 size);</pre>
89
89
<p>
90
90
Tries to find what type of data is flowing from the given source <span class="type">GstPad</span>.
118
118
</div>
119
119
<hr>
120
120
<div class="refsect2" lang="en">
121
 
<a name="id2584270"></a><h3>
 
121
<a name="id2584593"></a><h3>
122
122
<a name="gst-type-find-helper-for-buffer"></a>gst_type_find_helper_for_buffer ()</h3>
123
 
<a class="indexterm" name="id2584284"></a><pre class="programlisting">GstCaps*            gst_type_find_helper_for_buffer     (GstObject *obj,
 
123
<a class="indexterm" name="id2584607"></a><pre class="programlisting">GstCaps*            gst_type_find_helper_for_buffer     (GstObject *obj,
124
124
                                                         GstBuffer *buf,
125
125
                                                         GstTypeFindProbability *prob);</pre>
126
126
<p>
167
167
</div>
168
168
<hr>
169
169
<div class="refsect2" lang="en">
170
 
<a name="id2584472"></a><h3>
 
170
<a name="id2584794"></a><h3>
171
171
<a name="GstTypeFindHelperGetRangeFunction"></a>GstTypeFindHelperGetRangeFunction ()</h3>
172
 
<a class="indexterm" name="id2584486"></a><pre class="programlisting">GstFlowReturn       (*GstTypeFindHelperGetRangeFunction)
 
172
<a class="indexterm" name="id2584808"></a><pre class="programlisting">GstFlowReturn       (*GstTypeFindHelperGetRangeFunction)
173
173
                                                        (GstObject *obj,
174
174
                                                         guint64 offset,
175
175
                                                         guint length,
219
219
</div>
220
220
<hr>
221
221
<div class="refsect2" lang="en">
222
 
<a name="id2584662"></a><h3>
 
222
<a name="id2584984"></a><h3>
223
223
<a name="gst-type-find-helper-get-range"></a>gst_type_find_helper_get_range ()</h3>
224
 
<a class="indexterm" name="id2584676"></a><pre class="programlisting">GstCaps*            gst_type_find_helper_get_range      (GstObject *obj,
 
224
<a class="indexterm" name="id2584998"></a><pre class="programlisting">GstCaps*            gst_type_find_helper_get_range      (GstObject *obj,
225
225
                                                         <a href="gstreamer-libs-GstTypeFindHelper.html#GstTypeFindHelperGetRangeFunction">GstTypeFindHelperGetRangeFunction</a> func,
226
226
                                                         guint64 size,
227
227
                                                         GstTypeFindProbability *prob);</pre>