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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-12 09:51:24 UTC
  • mto: (18.3.2 experimental) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20090512095124-ugy051q0n88kk9f8
Tags: upstream-0.10.11.2
Import upstream version 0.10.11.2

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-gstrtpsession.html" title="gstrtpsession">
10
10
<link rel="next" href="gst-plugins-bad-plugins-input-selector.html" title="input-selector">
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-input-selector.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-gstrtpssrcdemux.synopsis" class="shortcut">Top</a>
27
 
                   | 
28
 
                  <a href="#gst-plugins-bad-plugins-gstrtpssrcdemux.description" class="shortcut">Description</a>
29
 
                   | 
30
 
                  <a href="#gst-plugins-bad-plugins-gstrtpssrcdemux.object-hierarchy" class="shortcut">Object Hierarchy</a>
31
 
                   | 
32
 
                  <a href="#gst-plugins-bad-plugins-gstrtpssrcdemux.signals" class="shortcut">Signals</a></nobr></td></tr>
 
26
<tr><td colspan="5" class="shortcuts">
 
27
<a href="#gst-plugins-bad-plugins-gstrtpssrcdemux.synopsis" class="shortcut">Top</a>
 
28
                 | 
 
29
                <a href="#gst-plugins-bad-plugins-gstrtpssrcdemux.description" class="shortcut">Description</a>
 
30
                 | 
 
31
                <a href="#gst-plugins-bad-plugins-gstrtpssrcdemux.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
32
                 | 
 
33
                <a href="#gst-plugins-bad-plugins-gstrtpssrcdemux.signals" class="shortcut">Signals</a>
 
34
</td></tr>
33
35
</table>
34
36
<div class="refentry" lang="en">
35
37
<a name="gst-plugins-bad-plugins-gstrtpssrcdemux"></a><div class="titlepage"></div>
77
79
<p>
78
80
</p>
79
81
<div class="refsect2" lang="en">
80
 
<a name="id3189599"></a><h3>Example pipelines</h3>
 
82
<a name="id3166143"></a><h3>Example pipelines</h3>
81
83
<div class="informalexample"><pre class="programlisting">
82
84
gst-launch udpsrc caps="application/x-rtp" ! gstrtpssrcdemux ! fakesink
83
85
</pre></div> Takes an RTP stream and send the RTP packets with the first detected SSRC
90
92
<div class="refsynopsisdiv">
91
93
<h2>Synopsis</h2>
92
94
<div class="refsect2" lang="en">
93
 
<a name="id3160593"></a><h3>Element Information</h3>
 
95
<a name="id3166123"></a><h3>Element Information</h3>
94
96
<div class="variablelist"><table border="0">
95
97
<col align="left" valign="top">
96
98
<tbody>
113
115
</div>
114
116
<hr>
115
117
<div class="refsect2" lang="en">
116
 
<a name="id3160550"></a><h3>Element Pads</h3>
 
118
<a name="id3159170"></a><h3>Element Pads</h3>
117
119
<div class="variablelist"><table border="0">
118
120
<col align="left" valign="top">
119
121
<tbody>
201
203
</div>
202
204
</div>
203
205
<p>
204
 
 
205
206
</p>
206
207
</div>
207
208
<div class="refsect1" lang="en">
210
211
<a name="GstRtpSsrcDemux-struct"></a><h3>GstRtpSsrcDemux</h3>
211
212
<pre class="programlisting">typedef struct _GstRtpSsrcDemux GstRtpSsrcDemux;</pre>
212
213
<p>
213
 
 
214
214
</p>
215
215
</div>
216
216
</div>
229
229
<p>
230
230
Emited when a new SSRC pad has been created.</p>
231
231
<p>
232
 
 
233
232
</p>
234
233
<div class="variablelist"><table border="0">
235
234
<col align="left" valign="top">
260
259
</div>
261
260
<div class="footer">
262
261
<hr>
263
 
          Generated by GTK-Doc V1.10</div>
 
262
          Generated by GTK-Doc V1.11</div>
264
263
</body>
265
264
</html>