~ubuntu-branches/ubuntu/feisty/gst-plugins-good0.10/feisty-security

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-good-plugins-wavparse.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-08-15 02:58:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060815025826-h1sa4q0uxwqgzwki
Tags: 0.10.4-0ubuntu1
* Sync with Debian (pkg-gstreamer SVN, rev 470):
  + debian/rules,
    debian/control.in:
    - Add a -dbg package again

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
5
<title>wavparse</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7
7
<link rel="start" href="index.html" title="GStreamer Good Plugins 0.10 Plugins Reference Manual">
8
8
<link rel="up" href="ch01.html" title="gst-plugins-good Elements">
9
9
<link rel="prev" href="gst-plugins-good-plugins-videomixer.html" title="videomixer">
51
51
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
52
52
<pre class="synopsis">
53
53
 
54
 
  GObject
 
54
  <a
 
55
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
56
>GObject</a>
55
57
   +----<a
56
 
href="../gstreamer/GstObject.html"
 
58
href="/usr/share/gtk-doc/html/gstreamer/GstObject.html"
57
59
>GstObject</a>
58
60
         +----<a
59
 
href="../gstreamer/GstElement.html"
 
61
href="/usr/share/gtk-doc/html/gstreamer/GstElement.html"
60
62
>GstElement</a>
61
63
               +----GstWavParse
62
64
</pre>
66
68
<p>
67
69
</p>
68
70
<div class="refsect2" lang="en">
69
 
<a name="id2569086"></a><p>
 
71
<a name="id2658859"></a><p>
70
72
Parse a .wav file into raw or compressed audio.
71
73
</p>
72
 
<p>
73
 
This element currently only supports pull based scheduling.
74
 
</p>
75
74
<h3>Example launch line</h3>
76
75
<p>
77
76
</p>
96
95
<p>
97
96
Last reviewed on 2006-03-03 (0.10.3)</p>
98
97
<div class="refsect2" lang="en">
99
 
<a name="id2569132"></a><h3>Element Information</h3>
 
98
<a name="id2658901"></a><h3>Element Information</h3>
100
99
<div class="variablelist"><table border="0">
101
100
<col align="left" valign="top">
102
101
<tbody>
127
126
<div class="refsect1" lang="en">
128
127
<a name="details"></a><h2>Details</h2>
129
128
<div class="refsect2" lang="en">
130
 
<a name="id2569296"></a><h3>
 
129
<a name="id2627793"></a><h3>
131
130
<a name="GstWavParse-struct"></a>GstWavParse</h3>
132
 
<a class="indexterm" name="id2569308"></a><pre class="programlisting">typedef struct _GstWavParse GstWavParse;</pre>
 
131
<a class="indexterm" name="id2627805"></a><pre class="programlisting">typedef struct _GstWavParse GstWavParse;</pre>
133
132
<p>
134
133
Opaque data structure.</p>
135
134
<p>