~ubuntu-branches/ubuntu/precise/gst-plugins-base0.10/precise-updates

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-base-plugins-oggdemux.html

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-12 12:40:13 UTC
  • mfrom: (36.1.15 experimental)
  • Revision ID: package-import@ubuntu.com-20111212124013-onyadfb150d8c5dk
Tags: 0.10.35.2-2
* debian/libgstreamer-plugins-base.install:
  + Add license translations file.

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=UTF-8">
5
5
<title>oggdemux</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="GStreamer Base Plugins 0.10 Plugins Reference Manual">
8
8
<link rel="up" href="ch01.html" title="gst-plugins-base Elements">
9
9
<link rel="prev" href="gst-plugins-base-plugins-multifdsink.html" title="multifdsink">
10
10
<link rel="next" href="gst-plugins-base-plugins-oggmux.html" title="oggmux">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
53
53
</div>
54
54
<div class="refsect1">
55
55
<a name="gst-plugins-base-plugins-oggdemux.description"></a><h2>Description</h2>
56
 
<p>
57
 
This element demuxes ogg files into their encoded audio and video components.
58
 
</p>
59
 
<p>
60
 
</p>
61
 
<div class="refsect2">
62
 
<a name="idp5143264"></a><h3>Example pipelines</h3>
63
 
<div class="informalexample">
64
 
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
65
 
    <tbody>
66
 
      <tr>
67
 
        <td class="listing_lines" align="right"><pre>1</pre></td>
68
 
        <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch <span class="gtkdoc opt">-</span>v filesrc location<span class="gtkdoc opt">=</span>test<span class="gtkdoc opt">.</span>ogg <span class="gtkdoc opt">!</span> oggdemux <span class="gtkdoc opt">!</span> vorbisdec <span class="gtkdoc opt">!</span> audioconvert <span class="gtkdoc opt">!</span> alsasink</pre></td>
69
 
      </tr>
70
 
    </tbody>
71
 
  </table>
72
 
</div>
73
 
 Decodes the vorbis audio stored inside an ogg container.
74
 
</div>
75
 
<p>
76
 
</p>
77
 
<p>
78
 
Last reviewed on 2006-12-30 (0.10.5)
79
 
</p>
80
56
<div class="refsynopsisdiv">
81
57
<h2>Synopsis</h2>
82
58
<div class="refsect2">
83
 
<a name="idp8220656"></a><h3>Element Information</h3>
 
59
<a name="idp6355472"></a><h3>Element Information</h3>
84
60
<div class="variablelist"><table border="0">
85
61
<col align="left" valign="top">
86
62
<tbody>
103
79
</div>
104
80
<hr>
105
81
<div class="refsect2">
106
 
<a name="idp5407264"></a><h3>Element Pads</h3>
 
82
<a name="idp5815872"></a><h3>Element Pads</h3>
107
83
<div class="variablelist"><table border="0">
108
84
<col align="left" valign="top">
109
85
<tbody>
161
137
<a name="GstOggDemux-struct"></a><h3>struct GstOggDemux</h3>
162
138
<pre class="programlisting">struct GstOggDemux;</pre>
163
139
<p>
164
 
The ogg demuxer object structure.
165
140
</p>
166
141
</div>
167
142
</div>
168
 
<div class="refsect1">
169
 
<a name="gst-plugins-base-plugins-oggdemux.see-also"></a><h2>See Also</h2>
170
 
<a class="link" href="gst-plugins-base-plugins-oggmux.html" title="oggmux">oggmux</a>
171
 
</div>
172
143
</div>
173
144
<div class="footer">
174
145
<hr>
175
 
          Generated by GTK-Doc V1.17</div>
 
146
          Generated by GTK-Doc V1.18</div>
176
147
</body>
177
148
</html>
 
 
b'\\ No newline at end of file'