~ubuntu-branches/ubuntu/karmic/gst-plugins-bad0.10/karmic-proposed

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-bad-plugins-sdpdemux.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge, Fabian Greffrath, Sebastian Dröge
  • Date: 2009-05-12 09:51:24 UTC
  • mfrom: (18.3.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20090512095124-6h887drc2pk2imm3
Tags: 0.10.11.2-1
[ Fabian Greffrath ]
* debian/TODO.Debian:
  + Removed, I don't think any of these things are still relevant.

[ Sebastian Dröge ]
* New upstream pre-release:
  + debian/build-deps.in,
    debian/rules:
    - Update build dependencies.
  + debian/gstreamer-plugins-bad.install:
    - Add new debugutilsbad plugin.
* debian/build-deps.in:
  + Use unversioned libjack-dev b-d (Closes: #526109).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="gst-plugins-bad Elements">
9
9
<link rel="prev" href="gst-plugins-bad-plugins-sdlvideosink.html" title="sdlvideosink">
10
10
<link rel="next" href="gst-plugins-bad-plugins-speed.html" title="speed">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="gst-plugins-bad Elements">
14
14
<link rel="chapter" href="ch02.html" title="gst-plugins-bad Plugins">
23
23
<th width="100%" align="center">GStreamer Bad Plugins 0.10 Plugins Reference Manual</th>
24
24
<td><a accesskey="n" href="gst-plugins-bad-plugins-speed.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
25
25
</tr>
26
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#gst-plugins-bad-plugins-sdpdemux.synopsis" class="shortcut">Top</a>
27
 
                   | 
28
 
                  <a href="#gst-plugins-bad-plugins-sdpdemux.description" class="shortcut">Description</a>
29
 
                   | 
30
 
                  <a href="#gst-plugins-bad-plugins-sdpdemux.object-hierarchy" class="shortcut">Object Hierarchy</a>
31
 
                   | 
32
 
                  <a href="#gst-plugins-bad-plugins-sdpdemux.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
33
 
                   | 
34
 
                  <a href="#gst-plugins-bad-plugins-sdpdemux.properties" class="shortcut">Properties</a></nobr></td></tr>
 
26
<tr><td colspan="5" class="shortcuts">
 
27
<a href="#gst-plugins-bad-plugins-sdpdemux.synopsis" class="shortcut">Top</a>
 
28
                 | 
 
29
                <a href="#gst-plugins-bad-plugins-sdpdemux.description" class="shortcut">Description</a>
 
30
                 | 
 
31
                <a href="#gst-plugins-bad-plugins-sdpdemux.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
32
                 | 
 
33
                <a href="#gst-plugins-bad-plugins-sdpdemux.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
34
                 | 
 
35
                <a href="#gst-plugins-bad-plugins-sdpdemux.properties" class="shortcut">Properties</a>
 
36
</td></tr>
35
37
</table>
36
38
<div class="refentry" lang="en">
37
39
<a name="gst-plugins-bad-plugins-sdpdemux"></a><div class="titlepage"></div>
101
103
<p>
102
104
</p>
103
105
<div class="refsect2" lang="en">
104
 
<a name="id3219188"></a><h3>Example launch line</h3>
 
106
<a name="id3156611"></a><h3>Example launch line</h3>
105
107
<div class="informalexample"><pre class="programlisting">
106
108
gst-launch gnomevfssrc location=http://some.server/session.sdp ! sdpdemux ! fakesink
107
109
</pre></div> Establish a connection to an HTTP server that contains an SDP session description
114
116
<div class="refsynopsisdiv">
115
117
<h2>Synopsis</h2>
116
118
<div class="refsect2" lang="en">
117
 
<a name="id3219215"></a><h3>Element Information</h3>
 
119
<a name="id3191855"></a><h3>Element Information</h3>
118
120
<div class="variablelist"><table border="0">
119
121
<col align="left" valign="top">
120
122
<tbody>
137
139
</div>
138
140
<hr>
139
141
<div class="refsect2" lang="en">
140
 
<a name="id3219277"></a><h3>Element Pads</h3>
 
142
<a name="id3191917"></a><h3>Element Pads</h3>
141
143
<div class="variablelist"><table border="0">
142
144
<col align="left" valign="top">
143
145
<tbody>
183
185
</div>
184
186
</div>
185
187
<p>
186
 
 
187
188
</p>
188
189
</div>
189
190
<div class="refsect1" lang="en">
192
193
<a name="GstSDPDemux-struct"></a><h3>GstSDPDemux</h3>
193
194
<pre class="programlisting">typedef struct _GstSDPDemux GstSDPDemux;</pre>
194
195
<p>
195
 
 
196
196
</p>
197
197
</div>
198
198
</div>
228
228
</div>
229
229
<div class="footer">
230
230
<hr>
231
 
          Generated by GTK-Doc V1.10</div>
 
231
          Generated by GTK-Doc V1.11</div>
232
232
</body>
233
233
</html>