~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-multipartmux.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-12-21 21:12:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061221211215-3uukkusokhe0nk4f
Tags: 0.10.5-0ubuntu1
* Sync with pkg-gstreamer SVN:
  + debian/rules:
    - Use Ubuntu as distribution name and point to the proper Launchpad URL
  + debian/patches/01_esdsink-priority.patch:
    - Mark the esdsink with rank primary-2 to get
      pulse > alsadmix > esd > alsa > oss

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>multipartmux</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.68.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-multiudpsink.html" title="multiudpsink">
10
10
<link rel="next" href="gst-plugins-good-plugins-multipartdemux.html" title="multipartdemux">
11
 
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="gst-plugins-good Elements">
14
14
<link rel="chapter" href="ch02.html" title="gst-plugins-good Plugins">
22
22
<th width="100%" align="center">GStreamer Good Plugins 0.10 Plugins Reference Manual</th>
23
23
<td><a accesskey="n" href="gst-plugins-good-plugins-multipartdemux.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
24
24
</tr>
25
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
26
 
                  &#160;|&#160;
27
 
                  <a href="#desc" class="shortcut">Description</a>
28
 
                  &#160;|&#160;
29
 
                  <a href="#object_hierarchy" class="shortcut">Object Hierarchy</a>
30
 
                  &#160;|&#160;
31
 
                  <a href="#properties" class="shortcut">Properties</a></nobr></td></tr>
 
25
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id307502" class="shortcut">Top</a>
 
26
                  &#160;|&#160;
 
27
                  <a href="#id327799" class="shortcut">Description</a>
 
28
                  &#160;|&#160;
 
29
                  <a href="#id333480" class="shortcut">Object Hierarchy</a>
 
30
                  &#160;|&#160;
 
31
                  <a href="#id333525" class="shortcut">Properties</a></nobr></td></tr>
32
32
</table>
33
33
<div class="refentry" lang="en">
34
34
<a name="gst-plugins-good-plugins-multipartmux"></a><div class="titlepage"></div>
35
35
<div class="refnamediv"><table width="100%"><tr>
36
36
<td valign="top">
37
 
<h2><span class="refentrytitle"><a name="top_of_page"></a>multipartmux</span></h2>
 
37
<h2>
 
38
<a name="id307502"></a><span class="refentrytitle">multipartmux</span>
 
39
</h2>
38
40
<p>multipartmux &#8212; Muxer that takes one or several digital streams
39
41
and muxes them to a single multipart stream.</p>
40
42
</td>
41
43
<td valign="top" align="right"></td>
42
44
</tr></table></div>
43
45
<div class="refsynopsisdiv">
44
 
<a name="synopsis"></a><h2>Synopsis</h2>
 
46
<h2>Synopsis</h2>
45
47
<a name="GstMultipartMux"></a><pre class="synopsis">
46
48
 
47
49
 
51
53
</pre>
52
54
</div>
53
55
<div class="refsect1" lang="en">
54
 
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
 
56
<a name="id333480"></a><h2>Object Hierarchy</h2>
55
57
<pre class="synopsis">
56
58
 
57
 
  <a
58
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
59
 
>GObject</a>
60
 
   +----<a
61
 
href="/usr/share/gtk-doc/html/gstreamer/GstObject.html"
62
 
>GstObject</a>
63
 
         +----<a
64
 
href="/usr/share/gtk-doc/html/gstreamer/GstElement.html"
65
 
>GstElement</a>
 
59
  GObject
 
60
   +----GstObject
 
61
         +----GstElement
66
62
               +----GstMultipartMux
67
63
</pre>
68
64
</div>
69
65
<div class="refsect1" lang="en">
70
 
<a name="properties"></a><h2>Properties</h2>
 
66
<a name="id333525"></a><h2>Properties</h2>
71
67
<pre class="synopsis">
72
68
 
73
 
  "<a href="gst-plugins-good-plugins-multipartmux.html#GstMultipartMux--boundary">boundary</a>"             <a
74
 
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
75
 
>gchararray</a>            : Read / Write
 
69
  "<a href="gst-plugins-good-plugins-multipartmux.html#GstMultipartMux--boundary">boundary</a>"             gchararray            : Read / Write
76
70
</pre>
77
71
</div>
78
72
<div class="refsect1" lang="en">
79
 
<a name="desc"></a><h2>Description</h2>
 
73
<a name="id327799"></a><h2>Description</h2>
80
74
<p>
81
75
</p>
82
76
<div class="refsect2" lang="en">
83
 
<a name="id2656069"></a><p>
84
 
MultipartMux uses the <a
85
 
href="/usr/share/gtk-doc/html/gstreamer/gstreamer-GstCaps.html#GstCaps"
86
 
><span class="type">GstCaps</span></a> of the sink pad as the Content-type field for
 
77
<a name="id327812"></a><p>
 
78
MultipartMux uses the <span class="type">GstCaps</span> of the sink pad as the Content-type field for
87
79
incoming buffers when muxing them to a multipart stream. Most of the time 
88
80
multipart streams are sequential JPEG frames.
89
81
</p>
99
91
</p>
100
92
</div>
101
93
<div class="refsect2" lang="en">
102
 
<a name="id2656104"></a><h3>Element Information</h3>
103
 
<div class="variablelist"><table border="0">
 
94
<a name="id317959"></a><h3>Element Information</h3>
 
95
<div class="variablelist">
 
96
<span class="term">plugin</span>
 
97
          <a href="gst-plugins-good-plugins-plugin-multipart.html#plugin-multipart">multipart</a>
 
98
        
 
99
          <a href="gst-plugins-good-plugins-plugin-multipart.html#plugin-multipart">multipart</a>
 
100
        <a href="gst-plugins-good-plugins-plugin-multipart.html#plugin-multipart">multipart</a><span class="term">author</span>Wim Taymans &lt;wim@fluendo.com&gt;Wim Taymans &lt;wim@fluendo.com&gt;<span class="term">class</span>Codec/MuxerCodec/Muxer<table border="0">
104
101
<col align="left" valign="top">
105
102
<tbody>
106
103
<tr>
121
118
<td>Codec/Muxer</td>
122
119
</tr>
123
120
</tbody>
124
 
</table></div>
 
121
</table>
 
122
</div>
125
123
</div>
126
124
<p>
127
125
 
128
126
</p>
129
127
</div>
130
128
<div class="refsect1" lang="en">
131
 
<a name="details"></a><h2>Details</h2>
 
129
<a name="id318026"></a><h2>Details</h2>
132
130
<div class="refsect2" lang="en">
133
 
<a name="id2652204"></a><h3>
 
131
<a name="id327965"></a><h3>
134
132
<a name="GstMultipartMux-struct"></a>GstMultipartMux</h3>
135
 
<a class="indexterm" name="id2652215"></a><pre class="programlisting">typedef struct _GstMultipartMux GstMultipartMux;</pre>
 
133
<a class="indexterm" name="id327977"></a><pre class="programlisting">typedef struct _GstMultipartMux GstMultipartMux;</pre>
136
134
<p>
137
135
The opaque <a href="gst-plugins-good-plugins-multipartmux.html#GstMultipartMux"><span class="type">GstMultipartMux</span></a> structure.</p>
138
136
<p>
141
139
</div>
142
140
</div>
143
141
<div class="refsect1" lang="en">
144
 
<a name="property_details"></a><h2>Property Details</h2>
 
142
<a name="id328004"></a><h2>Property Details</h2>
145
143
<div class="refsect2" lang="en">
146
 
<a name="id2652254"></a><h3>
 
144
<a name="id328015"></a><h3>
147
145
<a name="GstMultipartMux--boundary"></a>The "<code class="literal">boundary</code>" property</h3>
148
 
<a class="indexterm" name="id2652268"></a><pre class="programlisting">  "boundary"             <a
149
 
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
150
 
>gchararray</a>            : Read / Write</pre>
 
146
<a class="indexterm" name="id328030"></a><pre class="programlisting">  "boundary"             gchararray            : Read / Write</pre>
151
147
<p>Boundary string.</p>
152
148
<p>Default value: "ThisRandomString"</p>
153
149
</div>