summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
m---------common0
-rw-r--r--src/htdocs/entities.gst4
-rw-r--r--src/htdocs/news/news.xml18
-rw-r--r--src/htdocs/releases/gst-plugins-base/0.10.19.xml89
-rw-r--r--src/htdocs/releases/gst-plugins-base/Makefile.am2
-rw-r--r--src/htdocs/releases/gstreamer/0.10.19.xml81
-rw-r--r--src/htdocs/releases/gstreamer/Makefile.am2
8 files changed, 203 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cbe7a25c..a3f763cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-04-03 Jan Schmidt <jan.schmidt@sun.com>
+
+ * src/htdocs/entities.gst:
+ * src/htdocs/news/news.xml:
+ * src/htdocs/releases/gst-plugins-base/0.10.19.xml:
+ * src/htdocs/releases/gst-plugins-base/Makefile.am:
+ * src/htdocs/releases/gstreamer/0.10.19.xml:
+ * src/htdocs/releases/gstreamer/Makefile.am:
+
+ Release 0.10.19 of core and base.
+
2008-03-23 Jan Schmidt <jan.schmidt@sun.com>
* src/htdocs/news/news.xml:
diff --git a/common b/common
-Subproject 9a358e5cc3977fd6121f12dd25a358081fd7704
+Subproject fda6da5f2b9b000f7e1df8ffb44a6185ffd9799
diff --git a/src/htdocs/entities.gst b/src/htdocs/entities.gst
index 761b6df6..681c421e 100644
--- a/src/htdocs/entities.gst
+++ b/src/htdocs/entities.gst
@@ -1,9 +1,9 @@
-<!ENTITY gst-version-stable "0.10.18">
+<!ENTITY gst-version-stable "0.10.19">
<!ENTITY gst-plugins-version-stable "0.8.12">
<!ENTITY gst-ffmpeg-version-stable "0.10.3">
<!ENTITY gst-python-version-stable "0.10.11">
-<!ENTITY gst-plugins-base-version-stable "0.10.18">
+<!ENTITY gst-plugins-base-version-stable "0.10.19">
<!ENTITY gst-plugins-good-version-stable "0.10.7">
<!ENTITY gst-plugins-ugly-version-stable "0.10.7">
<!ENTITY gst-plugins-bad-version-stable "0.10.6">
diff --git a/src/htdocs/news/news.xml b/src/htdocs/news/news.xml
index 5b2c86c7..380d0d2d 100644
--- a/src/htdocs/news/news.xml
+++ b/src/htdocs/news/news.xml
@@ -3043,4 +3043,22 @@ or download tarballs for
</p>
</content>
</item>
+
+<item>
+ <date>2008-04-04 03:00</date>
+<title>GStreamer Core 0.10.19 Base 0.10.19 stable releases</title>
+<content>
+<p>
+The GStreamer team is happy to provide new releases of GStreamer Core, GStreamer Base Plugins in the 0.10 GStreamer stable release series.
+</p>
+<p>
+Check out release notes for
+<a href="&site;/releases/gstreamer/0.10.19.html">gstreamer</a> and
+<a href="&site;/releases/gst-plugins-base/0.10.19.html">gst-plugins-base</a>
+or download tarballs for
+<a href="&site;/src/gstreamer/gstreamer-0.10.19.tar.bz2">gstreamer</a> and
+<a href="&site;/src/gst-plugins-base/gst-plugins-base-0.10.19.tar.bz2">gst-plugins-base</a>
+</p>
+ </content>
+ </item>
</news>
diff --git a/src/htdocs/releases/gst-plugins-base/0.10.19.xml b/src/htdocs/releases/gst-plugins-base/0.10.19.xml
new file mode 100644
index 00000000..50200f25
--- /dev/null
+++ b/src/htdocs/releases/gst-plugins-base/0.10.19.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="../releases.xsl" type="text/xsl"?>
+<release>
+ <module>gst-plugins-base</module>
+ <module-fancy>GStreamer Base Plug-ins</module-fancy>
+ <name>Good Times</name>
+ <version>0.10.19</version>
+
+ <intro>
+
+<p>
+The GStreamer team is proud to announce a new release
+in the 0.10.x stable series of the
+GStreamer Base Plug-ins.
+</p>
+<p>
+The 0.10.x series is a stable series targeted at end users.
+It is not API or ABI compatible with the stable 0.8.x series.
+It is, however, parallel installable with the 0.8.x series.
+</p>
+
+<p>
+This module contains a set of reference plugins, base classes for other
+plugins, and helper libraries.
+
+This module is kept up-to-date together with the core developments. Element
+writers should look at the elements in this module as a reference for
+their development.
+
+This module contains elements for, among others:
+<ul>
+ <li>device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia</li>
+ <li>containers: ogg</li>
+ <li>codecs: vorbis, theora</li>
+ <li>text: textoverlay, subparse</li>
+ <li>sources: audiotestsrc, videotestsrc, gnomevfssrc</li>
+ <li>network: tcp</li>
+ <li>typefind</li>
+ <li>audio processing: audioconvert, adder, audiorate, audioscale, volume</li>
+ <li>visualisation: libvisual</li>
+ <li>video processing: ffmpegcolorspace</li>
+ <li>aggregate elements: decodebin, playbin</li>
+</ul>
+
+Other modules containing plug-ins are:
+
+<dl>
+<dt>gst-plugins-good</dt>
+<dd>contains a set of well-supported plug-ins under our preferred license</dd>
+<dt>gst-plugins-ugly</dt>
+<dd>contains a set of well-supported plug-ins, but might pose problems for
+ distributors</dd>
+<dt>gst-plugins-bad</dt>
+<dd>contains a set of less supported plug-ins that haven't passed the
+ rigorous quality testing we expect</dd>
+</dl>
+
+</p>
+ </intro>
+ <features>
+ <feature>Handle EAGAIN when polling sockets in rtspconnection</feature>
+ </features>
+
+ <applications>
+ </applications>
+ <contributors>
+ <person>Jan Schmidt</person>
+ <person>Wim Taymans</person>
+ </contributors>
+
+
+
+<!--
+ <api>
+ <additions>
+ </additions>
+ <deprecations>
+ </deprecations>
+ </api>
+-->
+
+
+
+
+
+ <bugs>
+ </bugs>
+
+</release>
diff --git a/src/htdocs/releases/gst-plugins-base/Makefile.am b/src/htdocs/releases/gst-plugins-base/Makefile.am
index 602932b7..fca07f3f 100644
--- a/src/htdocs/releases/gst-plugins-base/Makefile.am
+++ b/src/htdocs/releases/gst-plugins-base/Makefile.am
@@ -1,4 +1,4 @@
-releases = 0.10.18 0.10.17 0.10.16 0.10.15 0.10.14 0.10.13 0.10.12 0.10.11 0.10.10 0.10.9 0.10.8 0.10.7 0.10.6 0.10.5 0.10.4 0.10.3 0.10.2 0.10.1 0.10.0 0.9.7 0.9.6 0.9.5 \
+releases = 0.10.19 0.10.18 0.10.17 0.10.16 0.10.15 0.10.14 0.10.13 0.10.12 0.10.11 0.10.10 0.10.9 0.10.8 0.10.7 0.10.6 0.10.5 0.10.4 0.10.3 0.10.2 0.10.1 0.10.0 0.9.7 0.9.6 0.9.5 \
0.9.1 0.9.2 0.9.3 0.9.4
built_pages = \
diff --git a/src/htdocs/releases/gstreamer/0.10.19.xml b/src/htdocs/releases/gstreamer/0.10.19.xml
new file mode 100644
index 00000000..5971509b
--- /dev/null
+++ b/src/htdocs/releases/gstreamer/0.10.19.xml
@@ -0,0 +1,81 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="../releases.xsl" type="text/xsl"?>
+<release>
+ <module>gstreamer</module>
+ <module-fancy>GStreamer</module-fancy>
+ <name>Me again</name>
+ <version>0.10.19</version>
+
+ <intro>
+
+<p>
+The GStreamer team is proud to announce a new release
+in the 0.10.x stable series of the
+core of the GStreamer streaming media framework.
+</p>
+<p>
+The 0.10.x series is a stable series targeted at end users.
+It is not API or ABI compatible with the stable 0.8.x series.
+It is, however, parallel installable with the 0.8.x series.
+</p>
+<p>
+The 0.10.x series has been reworked for threadsafety. It also features
+various feature additions and enhancements.
+</p>
+<p>
+This module, gstreamer, only contains core functionality.
+For actual media playback, you will need other modules.
+<dl>
+<dt>gst-plugins-base</dt>
+<dd>contains a basic set of well-supported plug-ins</dd>
+<dt>gst-plugins-good</dt>
+<dd>contains a set of well-supported plug-ins under our preferred license</dd>
+<dt>gst-plugins-ugly</dt>
+<dd>contains a set of well-supported plug-ins, but might pose problems for
+ distributors</dd>
+<dt>gst-plugins-bad</dt>
+<dd>contains a set of less supported plug-ins that haven't passed the
+ rigorous quality testing we expect</dd>
+</dl>
+
+</p>
+ </intro>
+ <features>
+ <feature>Fix a regression in raw fd handling</feature>
+ </features>
+
+ <applications>
+<p>
+Applications ported to GStreamer 0.10 include Totem, RhythmBox, Sound-Juicer,
+Gnome Media, Flumotion, Amarok, Jamboree, Pitivi, Istanbul, AnnoAmp, Elisa, and others.
+Let us know if you want to be added to this list.
+</p>
+ </applications>
+
+ <contributors>
+ <person>Jan Schmidt</person>
+ <person>Wim Taymans</person>
+ </contributors>
+
+
+
+<!--
+ <api>
+ <additions>
+ </additions>
+ <deprecations>
+ </deprecations>
+ </api>
+-->
+
+
+
+
+
+ <bugs>
+ <bug>
+ <id>524041</id>
+ <summary>gstfdsrc broken in 0.10.18</summary>
+ </bug>
+ </bugs>
+</release>
diff --git a/src/htdocs/releases/gstreamer/Makefile.am b/src/htdocs/releases/gstreamer/Makefile.am
index 829cf691..93ca0246 100644
--- a/src/htdocs/releases/gstreamer/Makefile.am
+++ b/src/htdocs/releases/gstreamer/Makefile.am
@@ -1,4 +1,4 @@
-releases = 0.10.18 0.10.17 0.10.16 0.10.15 0.10.14 0.10.13 0.10.12 0.10.11 0.10.10 0.10.9 0.10.8 0.10.7 0.10.6 0.10.5 0.10.4 0.10.3 0.10.2 0.10.1 0.10.0 0.9.7 0.9.6 0.9.5 \
+releases = 0.10.19 0.10.18 0.10.17 0.10.16 0.10.15 0.10.14 0.10.13 0.10.12 0.10.11 0.10.10 0.10.9 0.10.8 0.10.7 0.10.6 0.10.5 0.10.4 0.10.3 0.10.2 0.10.1 0.10.0 0.9.7 0.9.6 0.9.5 \
0.6.5 \
0.7.3 0.7.4 0.7.5 0.7.6 \
0.8.0 0.8.1 0.8.2 0.8.3 0.8.4 0.8.5 0.8.6 0.8.7 0.8.8 0.8.9 \