aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-25 14:01:16 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-25 14:01:16 +0200
commitf01b3425d4b551bc7cfc71e821a8dbf4c96dca69 (patch)
treebc303902a94fcffb9fc986bfae540d7d7b3231b2 /docs
parentae3e8c41144d9341a93c7d54a67bce4eed499a3f (diff)
Imported Upstream version 1.0.2upstream/1.0.2
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am3
-rw-r--r--docs/Makefile.in3
-rw-r--r--docs/plugins/html/ch01.html2
-rw-r--r--docs/plugins/html/ch02.html2
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-amrnbdec.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-amrnbenc.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-amrwbdec.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-cdiocddasrc.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-lamemp3enc.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-mad.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-rademux.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-rdtmanager.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-rmdemux.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-siddec.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-twolame.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html4
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins-xingmux.html6
-rw-r--r--docs/plugins/html/gst-plugins-ugly-plugins.devhelp268
-rw-r--r--docs/plugins/html/index.html2
-rw-r--r--docs/plugins/inspect/plugin-a52dec.xml2
-rw-r--r--docs/plugins/inspect/plugin-amrnb.xml2
-rw-r--r--docs/plugins/inspect/plugin-amrwbdec.xml2
-rw-r--r--docs/plugins/inspect/plugin-asf.xml2
-rw-r--r--docs/plugins/inspect/plugin-cdio.xml2
-rw-r--r--docs/plugins/inspect/plugin-dvdlpcmdec.xml2
-rw-r--r--docs/plugins/inspect/plugin-dvdread.xml2
-rw-r--r--docs/plugins/inspect/plugin-dvdsub.xml2
-rw-r--r--docs/plugins/inspect/plugin-lame.xml2
-rw-r--r--docs/plugins/inspect/plugin-mad.xml2
-rw-r--r--docs/plugins/inspect/plugin-mpeg2dec.xml2
-rw-r--r--docs/plugins/inspect/plugin-realmedia.xml2
-rw-r--r--docs/plugins/inspect/plugin-siddec.xml2
-rw-r--r--docs/plugins/inspect/plugin-twolame.xml2
-rw-r--r--docs/plugins/inspect/plugin-x264.xml2
-rw-r--r--docs/plugins/inspect/plugin-xingmux.xml2
53 files changed, 138 insertions, 132 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 2b9075b..3d25158 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -10,3 +10,6 @@ DIST_SUBDIRS = plugins
EXTRA_DIST = \
random/ChangeLog-0.8 \
version.entities.in
+
+upload:
+ make -C plugins upload
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 282c550..add6e68 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -765,6 +765,9 @@ uninstall-am:
uninstall uninstall-am
+upload:
+ make -C plugins upload
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/docs/plugins/html/ch01.html b/docs/plugins/html/ch01.html
index 608e921..459c81a 100644
--- a/docs/plugins/html/ch01.html
+++ b/docs/plugins/html/ch01.html
@@ -21,7 +21,7 @@
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
-<a name="idp199312"></a>gst-plugins-ugly Elements</h2></div></div></div>
+<a name="idp288192"></a>gst-plugins-ugly Elements</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-a52dec.html">a52dec</a></span><span class="refpurpose"> — Decodes ATSC A/52 encoded audio streams</span>
diff --git a/docs/plugins/html/ch02.html b/docs/plugins/html/ch02.html
index 2b3431e..0f4bbf4 100644
--- a/docs/plugins/html/ch02.html
+++ b/docs/plugins/html/ch02.html
@@ -21,7 +21,7 @@
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
-<a name="idp4210208"></a>gst-plugins-ugly Plugins</h2></div></div></div>
+<a name="idp4222848"></a>gst-plugins-ugly Plugins</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-a52dec.html">a52dec</a></span><span class="refpurpose"> — <a name="plugin-a52dec"></a>Decodes ATSC A/52 encoded audio streams</span>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html b/docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html
index b5de308..2688ace 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html
@@ -68,7 +68,7 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp8506464"></a><h3>Element Information</h3>
+<a name="idp7977648"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -91,7 +91,7 @@
</div>
<hr>
<div class="refsect2">
-<a name="idp5912576"></a><h3>Element Pads</h3>
+<a name="idp5275744"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-amrnbdec.html b/docs/plugins/html/gst-plugins-ugly-plugins-amrnbdec.html
index ad86015..3d622ae 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-amrnbdec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-amrnbdec.html
@@ -66,7 +66,7 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp6044320"></a><h3>Element Information</h3>
+<a name="idp7537888"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -89,7 +89,7 @@
</div>
<hr>
<div class="refsect2">
-<a name="idp6633984"></a><h3>Element Pads</h3>
+<a name="idp81248"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-amrnbenc.html b/docs/plugins/html/gst-plugins-ugly-plugins-amrnbenc.html
index 7fdd3b5..34c17f5 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-amrnbenc.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-amrnbenc.html
@@ -74,7 +74,7 @@ GstAmrnbEnc implements
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp2879376"></a><h3>Element Information</h3>
+<a name="idp5504416"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -97,7 +97,7 @@ GstAmrnbEnc implements
</div>
<hr>
<div class="refsect2">
-<a name="idp8894560"></a><h3>Element Pads</h3>
+<a name="idp7546176"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-amrwbdec.html b/docs/plugins/html/gst-plugins-ugly-plugins-amrwbdec.html
index 90c0b51..3f3ab97 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-amrwbdec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-amrwbdec.html
@@ -58,7 +58,7 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp7030656"></a><h3>Element Information</h3>
+<a name="idp8561328"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -81,7 +81,7 @@
</div>
<hr>
<div class="refsect2">
-<a name="idp9135856"></a><h3>Element Pads</h3>
+<a name="idp7116096"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-cdiocddasrc.html b/docs/plugins/html/gst-plugins-ugly-plugins-cdiocddasrc.html
index 870b4f4..54398c2 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-cdiocddasrc.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-cdiocddasrc.html
@@ -76,7 +76,7 @@ GstCdioCddaSrc implements
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp2755136"></a><h3>Element Information</h3>
+<a name="idp9854304"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -99,7 +99,7 @@ GstCdioCddaSrc implements
</div>
<hr>
<div class="refsect2">
-<a name="idp6201648"></a><h3>Element Pads</h3>
+<a name="idp9863360"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-lamemp3enc.html b/docs/plugins/html/gst-plugins-ugly-plugins-lamemp3enc.html
index 4b9faa9..f452fc7 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-lamemp3enc.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-lamemp3enc.html
@@ -79,7 +79,7 @@ GstLameMP3Enc implements
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp9477120"></a><h3>Element Information</h3>
+<a name="idp6046928"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -102,7 +102,7 @@ GstLameMP3Enc implements
</div>
<hr>
<div class="refsect2">
-<a name="idp9484528"></a><h3>Element Pads</h3>
+<a name="idp6054336"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-mad.html b/docs/plugins/html/gst-plugins-ugly-plugins-mad.html
index 62de26a..395de87 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-mad.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-mad.html
@@ -67,7 +67,7 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp2773472"></a><h3>Element Information</h3>
+<a name="idp6331344"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -90,7 +90,7 @@
</div>
<hr>
<div class="refsect2">
-<a name="idp2947552"></a><h3>Element Pads</h3>
+<a name="idp5601600"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
index 4f38414..c00f7ef 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp7264960"></a><h2>Plugin Information</h2>
+<a name="idp8374128"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp6409856"></a><h2>Elements</h2>
+<a name="idp6326208"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
index 6c96440..98c4414 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp6522144"></a><h2>Plugin Information</h2>
+<a name="idp8132624"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp5439776"></a><h2>Elements</h2>
+<a name="idp5920320"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
index 0132453..28a9aba 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp6192048"></a><h2>Plugin Information</h2>
+<a name="idp8497600"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp6102304"></a><h2>Elements</h2>
+<a name="idp7316208"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
index b3c20f3..c53ebf6 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp8815168"></a><h2>Plugin Information</h2>
+<a name="idp7284768"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp5564960"></a><h2>Elements</h2>
+<a name="idp5637744"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
index 704dca9..18a0db4 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp5901280"></a><h2>Plugin Information</h2>
+<a name="idp5650560"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp9706464"></a><h2>Elements</h2>
+<a name="idp8686992"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
index f8ca1ed..83d0d3d 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp10998624"></a><h2>Plugin Information</h2>
+<a name="idp8533200"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp6947536"></a><h2>Elements</h2>
+<a name="idp5289712"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
index e3fef87..f8b6216 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp8519792"></a><h2>Plugin Information</h2>
+<a name="idp8012384"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp5281440"></a><h2>Elements</h2>
+<a name="idp8780704"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
index 076be72..22f2ad4 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp6392352"></a><h2>Plugin Information</h2>
+<a name="idp7941712"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp8584960"></a><h2>Elements</h2>
+<a name="idp10501232"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html
index 485e62f..6d296eb 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp8725616"></a><h2>Plugin Information</h2>
+<a name="idp8601936"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp7033200"></a><h2>Elements</h2>
+<a name="idp6506912"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html
index 3466adb..e5bef55 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp6361136"></a><h2>Plugin Information</h2>
+<a name="idp5512384"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp5295312"></a><h2>Elements</h2>
+<a name="idp8093056"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
index 66e35cf..e33dbaf 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp8844336"></a><h2>Plugin Information</h2>
+<a name="idp7144592"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp6333520"></a><h2>Elements</h2>
+<a name="idp6691072"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
index 09563ed..1fa6149 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp7988752"></a><h2>Plugin Information</h2>
+<a name="idp6173840"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp6473520"></a><h2>Elements</h2>
+<a name="idp5277392"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html
index 628d248..a742f54 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp7017056"></a><h2>Plugin Information</h2>
+<a name="idp5841072"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp8164272"></a><h2>Elements</h2>
+<a name="idp8902544"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html
index 0fbe5d2..1f03898 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html
@@ -29,7 +29,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idm25648"></a><h2>Plugin Information</h2>
+<a name="idp8118336"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -39,7 +39,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -57,7 +57,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp2831056"></a><h2>Elements</h2>
+<a name="idp7110192"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
index 4693e7c..92f9adb 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
@@ -28,7 +28,7 @@
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
-<a name="idp9210640"></a><h2>Plugin Information</h2>
+<a name="idp6256704"></a><h2>Plugin Information</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -38,7 +38,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.0.1</td>
+<td>1.0.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
@@ -56,7 +56,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp8599744"></a><h2>Elements</h2>
+<a name="idp8597296"></a><h2>Elements</h2>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-rademux.html b/docs/plugins/html/gst-plugins-ugly-plugins-rademux.html
index 44d848e..5f77fa0 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-rademux.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-rademux.html
@@ -60,7 +60,7 @@ Demuxes/parses a RealAudio (.ra) file or stream into compressed audio.
<p>
</p>
<div class="refsect2">
-<a name="idp7051808"></a><h3>Example launch line</h3>
+<a name="idp7619792"></a><h3>Example launch line</h3>
<div class="informalexample">
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
<tbody>
@@ -94,7 +94,7 @@ Last reviewed on 2006-10-24 (0.10.5)
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp6000720"></a><h3>Element Information</h3>
+<a name="idp7206208"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -117,7 +117,7 @@ Last reviewed on 2006-10-24 (0.10.5)
</div>
<hr>
<div class="refsect2">
-<a name="idp5986512"></a><h3>Element Pads</h3>
+<a name="idp8202672"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-rdtmanager.html b/docs/plugins/html/gst-plugins-ugly-plugins-rdtmanager.html
index ac46087..845d6d6 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-rdtmanager.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-rdtmanager.html
@@ -84,7 +84,7 @@ Last reviewed on 2006-06-20 (0.10.4)
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp5606416"></a><h3>Element Information</h3>
+<a name="idp7830880"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -107,7 +107,7 @@ Last reviewed on 2006-06-20 (0.10.4)
</div>
<hr>
<div class="refsect2">
-<a name="idp6651280"></a><h3>Element Pads</h3>
+<a name="idp8513056"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-rmdemux.html b/docs/plugins/html/gst-plugins-ugly-plugins-rmdemux.html
index 70cea32..ace1f89 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-rmdemux.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-rmdemux.html
@@ -57,7 +57,7 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp9151520"></a><h3>Element Information</h3>
+<a name="idp6685184"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -80,7 +80,7 @@
</div>
<hr>
<div class="refsect2">
-<a name="idp6414720"></a><h3>Element Pads</h3>
+<a name="idp9913712"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html b/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html
index 3ba1acd..87a1236 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html
@@ -71,7 +71,7 @@ Last reviewed on 2007-07-25 (0.10.14)
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp8684016"></a><h3>Element Information</h3>
+<a name="idp6824096"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -94,7 +94,7 @@ Last reviewed on 2007-07-25 (0.10.14)
</div>
<hr>
<div class="refsect2">
-<a name="idp8088096"></a><h3>Element Pads</h3>
+<a name="idp9987840"></a><h3>Element Pads</h3>
</div>
</div>
<p>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html b/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html
index 5abe99a..15ae514 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html
@@ -71,7 +71,7 @@ Last reviewed on 2007-07-25 (0.10.14)
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp8238336"></a><h3>Element Information</h3>
+<a name="idp5896992"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -94,7 +94,7 @@ Last reviewed on 2007-07-25 (0.10.14)
</div>
<hr>
<div class="refsect2">
-<a name="idp7829680"></a><h3>Element Pads</h3>
+<a name="idp10358304"></a><h3>Element Pads</h3>
</div>
</div>
<p>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-siddec.html b/docs/plugins/html/gst-plugins-ugly-plugins-siddec.html
index 129d5c1..c870c29 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-siddec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-siddec.html
@@ -73,7 +73,7 @@
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp8549712"></a><h3>Element Information</h3>
+<a name="idp6113712"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -96,7 +96,7 @@
</div>
<hr>
<div class="refsect2">
-<a name="idp8557168"></a><h3>Element Pads</h3>
+<a name="idp6121168"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-twolame.html b/docs/plugins/html/gst-plugins-ugly-plugins-twolame.html
index efb54f6..4fafa1e 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-twolame.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-twolame.html
@@ -88,7 +88,7 @@ GstTwoLame implements
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp10501840"></a><h3>Element Information</h3>
+<a name="idp10740064"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -111,7 +111,7 @@ GstTwoLame implements
</div>
<hr>
<div class="refsect2">
-<a name="idp10509248"></a><h3>Element Pads</h3>
+<a name="idp10747472"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html b/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html
index 62f406b..7bf01d9 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html
@@ -112,7 +112,7 @@ GstX264Enc implements
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp10771936"></a><h3>Element Information</h3>
+<a name="idp10912704"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -135,7 +135,7 @@ GstX264Enc implements
</div>
<hr>
<div class="refsect2">
-<a name="idp10779344"></a><h3>Element Pads</h3>
+<a name="idp10920112"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-xingmux.html b/docs/plugins/html/gst-plugins-ugly-plugins-xingmux.html
index 44d26c6..d13ce9f 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-xingmux.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-xingmux.html
@@ -65,7 +65,7 @@ This element will remove any existing Xing, LAME or VBRI headers from the beginn
<p>
</p>
<div class="refsect2">
-<a name="idp7563248"></a><h3>Example launch line</h3>
+<a name="idp6353696"></a><h3>Example launch line</h3>
<div class="informalexample">
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
<tbody>
@@ -87,7 +87,7 @@ gst<span class="gtkdoc opt">-</span>launch filesrc location<span class="gtkdoc o
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="refsect2">
-<a name="idp10350192"></a><h3>Element Information</h3>
+<a name="idp6439088"></a><h3>Element Information</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
@@ -110,7 +110,7 @@ gst<span class="gtkdoc opt">-</span>launch filesrc location<span class="gtkdoc o
</div>
<hr>
<div class="refsect2">
-<a name="idp9076304"></a><h3>Element Pads</h3>
+<a name="idp8552528"></a><h3>Element Pads</h3>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins.devhelp2 b/docs/plugins/html/gst-plugins-ugly-plugins.devhelp2
index 9f34d3e..095ead2 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins.devhelp2
+++ b/docs/plugins/html/gst-plugins-ugly-plugins.devhelp2
@@ -39,29 +39,29 @@
</sub>
</chapters>
<functions>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-a52dec.html#idp8506464"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-a52dec.html#idp5912576"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-a52dec.html#idp7977648"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-a52dec.html#idp5275744"/>
<keyword type="struct" name="struct GstA52Dec" link="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec-struct"/>
<keyword type="property" name="The &quot;drc&quot; property" link="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--drc"/>
<keyword type="property" name="The &quot;lfe&quot; property" link="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--lfe"/>
<keyword type="property" name="The &quot;mode&quot; property" link="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--mode"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-amrnbdec.html#idp6044320"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-amrnbdec.html#idp6633984"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-amrnbdec.html#idp7537888"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-amrnbdec.html#idp81248"/>
<keyword type="struct" name="struct GstAmrnbDec" link="gst-plugins-ugly-plugins-amrnbdec.html#GstAmrnbDec-struct"/>
<keyword type="property" name="The &quot;variant&quot; property" link="gst-plugins-ugly-plugins-amrnbdec.html#GstAmrnbDec--variant"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-amrnbenc.html#idp2879376"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-amrnbenc.html#idp8894560"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-amrnbenc.html#idp5504416"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-amrnbenc.html#idp7546176"/>
<keyword type="struct" name="struct GstAmrnbEnc" link="gst-plugins-ugly-plugins-amrnbenc.html#GstAmrnbEnc-struct"/>
<keyword type="property" name="The &quot;band-mode&quot; property" link="gst-plugins-ugly-plugins-amrnbenc.html#GstAmrnbEnc--band-mode"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-amrwbdec.html#idp7030656"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-amrwbdec.html#idp9135856"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-amrwbdec.html#idp8561328"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-amrwbdec.html#idp7116096"/>
<keyword type="struct" name="struct GstAmrwbDec" link="gst-plugins-ugly-plugins-amrwbdec.html#GstAmrwbDec-struct"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-cdiocddasrc.html#idp2755136"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-cdiocddasrc.html#idp6201648"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-cdiocddasrc.html#idp9854304"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-cdiocddasrc.html#idp9863360"/>
<keyword type="struct" name="struct GstCdioCddaSrc" link="gst-plugins-ugly-plugins-cdiocddasrc.html#GstCdioCddaSrc-struct"/>
<keyword type="property" name="The &quot;read-speed&quot; property" link="gst-plugins-ugly-plugins-cdiocddasrc.html#GstCdioCddaSrc--read-speed"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-lamemp3enc.html#idp9477120"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-lamemp3enc.html#idp9484528"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-lamemp3enc.html#idp6046928"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-lamemp3enc.html#idp6054336"/>
<keyword type="struct" name="struct GstLameMP3Enc" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc-struct"/>
<keyword type="property" name="The &quot;bitrate&quot; property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--bitrate"/>
<keyword type="property" name="The &quot;cbr&quot; property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--cbr"/>
@@ -69,20 +69,20 @@
<keyword type="property" name="The &quot;mono&quot; property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--mono"/>
<keyword type="property" name="The &quot;quality&quot; property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--quality"/>
<keyword type="property" name="The &quot;target&quot; property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--target"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-mad.html#idp2773472"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-mad.html#idp2947552"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-mad.html#idp6331344"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-mad.html#idp5601600"/>
<keyword type="struct" name="struct GstMad" link="gst-plugins-ugly-plugins-mad.html#GstMad-struct"/>
<keyword type="property" name="The &quot;half&quot; property" link="gst-plugins-ugly-plugins-mad.html#GstMad--half"/>
<keyword type="property" name="The &quot;ignore-crc&quot; property" link="gst-plugins-ugly-plugins-mad.html#GstMad--ignore-crc"/>
- <keyword type="" name="Example launch line" link="gst-plugins-ugly-plugins-rademux.html#idp7051808"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rademux.html#idp6000720"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rademux.html#idp5986512"/>
+ <keyword type="" name="Example launch line" link="gst-plugins-ugly-plugins-rademux.html#idp7619792"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rademux.html#idp7206208"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rademux.html#idp8202672"/>
<keyword type="struct" name="struct GstRealAudioDemux" link="gst-plugins-ugly-plugins-rademux.html#GstRealAudioDemux-struct"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rmdemux.html#idp9151520"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rmdemux.html#idp6414720"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rmdemux.html#idp6685184"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rmdemux.html#idp9913712"/>
<keyword type="struct" name="struct GstRMDemux" link="gst-plugins-ugly-plugins-rmdemux.html#GstRMDemux-struct"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rdtmanager.html#idp5606416"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rdtmanager.html#idp6651280"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rdtmanager.html#idp7830880"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rdtmanager.html#idp8513056"/>
<keyword type="struct" name="struct GstRDTManager" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-struct"/>
<keyword type="property" name="The &quot;latency&quot; property" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager--latency"/>
<keyword type="signal" name="The &quot;clear-pt-map&quot; signal" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-clear-pt-map"/>
@@ -91,14 +91,14 @@
<keyword type="signal" name="The &quot;on-timeout&quot; signal" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-timeout"/>
<keyword type="signal" name="The &quot;request-pt-map&quot; signal" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-request-pt-map"/>
<keyword type="signal" name="The &quot;on-npt-stop&quot; signal" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-npt-stop"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rtspreal.html#idp8684016"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rtspreal.html#idp8088096"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rtspreal.html#idp6824096"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rtspreal.html#idp9987840"/>
<keyword type="struct" name="struct GstRTSPReal" link="gst-plugins-ugly-plugins-rtspreal.html#GstRTSPReal-struct"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rtspwms.html#idp8238336"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rtspwms.html#idp7829680"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rtspwms.html#idp5896992"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rtspwms.html#idp10358304"/>
<keyword type="struct" name="struct GstRTSPWMS" link="gst-plugins-ugly-plugins-rtspwms.html#GstRTSPWMS-struct"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-siddec.html#idp8549712"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-siddec.html#idp8557168"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-siddec.html#idp6113712"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-siddec.html#idp6121168"/>
<keyword type="struct" name="struct GstSidDec" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec-struct"/>
<keyword type="property" name="The &quot;blocksize&quot; property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--blocksize"/>
<keyword type="property" name="The &quot;clock&quot; property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--clock"/>
@@ -109,8 +109,8 @@
<keyword type="property" name="The &quot;metadata&quot; property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--metadata"/>
<keyword type="property" name="The &quot;mos8580&quot; property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--mos8580"/>
<keyword type="property" name="The &quot;tune&quot; property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--tune"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-twolame.html#idp10501840"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-twolame.html#idp10509248"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-twolame.html#idp10740064"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-twolame.html#idp10747472"/>
<keyword type="struct" name="struct GstTwoLame" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame-struct"/>
<keyword type="property" name="The &quot;ath-level&quot; property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--ath-level"/>
<keyword type="property" name="The &quot;bitrate&quot; property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--bitrate"/>
@@ -127,8 +127,8 @@
<keyword type="property" name="The &quot;vbr&quot; property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr"/>
<keyword type="property" name="The &quot;vbr-level&quot; property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr-level"/>
<keyword type="property" name="The &quot;vbr-max-bitrate&quot; property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr-max-bitrate"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-x264enc.html#idp10771936"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-x264enc.html#idp10779344"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-x264enc.html#idp10912704"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-x264enc.html#idp10920112"/>
<keyword type="struct" name="struct GstX264Enc" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc-struct"/>
<keyword type="property" name="The &quot;analyse&quot; property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--analyse"/>
<keyword type="property" name="The &quot;aud&quot; property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--aud"/>
@@ -169,9 +169,9 @@
<keyword type="property" name="The &quot;psy-tune&quot; property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--psy-tune"/>
<keyword type="property" name="The &quot;speed-preset&quot; property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--speed-preset"/>
<keyword type="property" name="The &quot;tune&quot; property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--tune"/>
- <keyword type="" name="Example launch line" link="gst-plugins-ugly-plugins-xingmux.html#idp7563248"/>
- <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-xingmux.html#idp10350192"/>
- <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-xingmux.html#idp9076304"/>
+ <keyword type="" name="Example launch line" link="gst-plugins-ugly-plugins-xingmux.html#idp6353696"/>
+ <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-xingmux.html#idp6439088"/>
+ <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-xingmux.html#idp8552528"/>
<keyword type="struct" name="struct GstXingMux" link="gst-plugins-ugly-plugins-xingmux.html#GstXingMux-struct"/>
</functions>
</book>
diff --git a/docs/plugins/html/index.html b/docs/plugins/html/index.html
index b984b6a..99eee25 100644
--- a/docs/plugins/html/index.html
+++ b/docs/plugins/html/index.html
@@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer Ugly Plugins 1.0 Plugins Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
- for GStreamer Ugly Plugins 1.0 (1.0.1)
+ for GStreamer Ugly Plugins 1.0 (1.0.2)
The latest version of this documentation can be found on-line at
<a class="ulink" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/" target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/</a>.
</p></div>
diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml
index c0a7bdf..c4b0c43 100644
--- a/docs/plugins/inspect/plugin-a52dec.xml
+++ b/docs/plugins/inspect/plugin-a52dec.xml
@@ -3,7 +3,7 @@
<description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml
index 1f443bc..d355cb4 100644
--- a/docs/plugins/inspect/plugin-amrnb.xml
+++ b/docs/plugins/inspect/plugin-amrnb.xml
@@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml
index 6a33fa0..10878da 100644
--- a/docs/plugins/inspect/plugin-amrwbdec.xml
+++ b/docs/plugins/inspect/plugin-amrwbdec.xml
@@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Wide-Band Decoder</description>
<filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
<basename>libgstamrwbdec.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml
index 4db34be..3c9a94d 100644
--- a/docs/plugins/inspect/plugin-asf.xml
+++ b/docs/plugins/inspect/plugin-asf.xml
@@ -3,7 +3,7 @@
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
<basename>libgstasf.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml
index 6cd69cf..acdf7c9 100644
--- a/docs/plugins/inspect/plugin-cdio.xml
+++ b/docs/plugins/inspect/plugin-cdio.xml
@@ -3,7 +3,7 @@
<description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
index 8e8dbc9..8f95cff 100644
--- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml
+++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
@@ -3,7 +3,7 @@
<description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml
index 2e259bb..1869fbe 100644
--- a/docs/plugins/inspect/plugin-dvdread.xml
+++ b/docs/plugins/inspect/plugin-dvdread.xml
@@ -3,7 +3,7 @@
<description>Access a DVD with dvdread</description>
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
<basename>libgstdvdread.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml
index f5a1957..a166321 100644
--- a/docs/plugins/inspect/plugin-dvdsub.xml
+++ b/docs/plugins/inspect/plugin-dvdsub.xml
@@ -3,7 +3,7 @@
<description>DVD subtitle parser and decoder</description>
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
<basename>libgstdvdsub.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml
index c9d662f..c875262 100644
--- a/docs/plugins/inspect/plugin-lame.xml
+++ b/docs/plugins/inspect/plugin-lame.xml
@@ -3,7 +3,7 @@
<description>Encode MP3s with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml
index a4a18c9..383c317 100644
--- a/docs/plugins/inspect/plugin-mad.xml
+++ b/docs/plugins/inspect/plugin-mad.xml
@@ -3,7 +3,7 @@
<description>mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml
index c8c4788..c9a1ffa 100644
--- a/docs/plugins/inspect/plugin-mpeg2dec.xml
+++ b/docs/plugins/inspect/plugin-mpeg2dec.xml
@@ -3,7 +3,7 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml
index daba975..243d8a8 100644
--- a/docs/plugins/inspect/plugin-realmedia.xml
+++ b/docs/plugins/inspect/plugin-realmedia.xml
@@ -3,7 +3,7 @@
<description>RealMedia support plugins</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml
index 12d391a..57fc880 100644
--- a/docs/plugins/inspect/plugin-siddec.xml
+++ b/docs/plugins/inspect/plugin-siddec.xml
@@ -3,7 +3,7 @@
<description>Uses libsidplay to decode .sid files</description>
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
<basename>libgstsid.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml
index 14e058f..82bc403 100644
--- a/docs/plugins/inspect/plugin-twolame.xml
+++ b/docs/plugins/inspect/plugin-twolame.xml
@@ -3,7 +3,7 @@
<description>Encode MP2s with TwoLAME</description>
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
<basename>libgsttwolame.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml
index 648f0ff..d8e1163 100644
--- a/docs/plugins/inspect/plugin-x264.xml
+++ b/docs/plugins/inspect/plugin-x264.xml
@@ -3,7 +3,7 @@
<description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-xingmux.xml b/docs/plugins/inspect/plugin-xingmux.xml
index bf651fd..88a8bcd 100644
--- a/docs/plugins/inspect/plugin-xingmux.xml
+++ b/docs/plugins/inspect/plugin-xingmux.xml
@@ -3,7 +3,7 @@
<description>Add XING tags to mpeg audio files</description>
<filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
<basename>libgstxingmux.so</basename>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>