summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2011-01-20 20:59:15 +0100
committerEdward Hervey <bilboed@bilboed.com>2011-01-20 20:59:15 +0100
commit3ff6ed02ec113d7c24e13ccd2a8165107e0c00ae (patch)
tree344406e26422b6ce7da8aa3e8e2622459671e0be
parent67e88f77383fee7710bc590973399507af3c3d8f (diff)
Releasing GNonLin 0.10.17
news entry will follow later
-rw-r--r--src/htdocs/entities.gst2
-rw-r--r--src/htdocs/releases/gnonlin/0.10.17.xml74
-rw-r--r--src/htdocs/releases/gnonlin/Makefile.am2
3 files changed, 76 insertions, 2 deletions
diff --git a/src/htdocs/entities.gst b/src/htdocs/entities.gst
index 4c98c6bb..65e970c9 100644
--- a/src/htdocs/entities.gst
+++ b/src/htdocs/entities.gst
@@ -10,7 +10,7 @@
<!ENTITY gst-plugins-bad-version-stable "0.10.20">
<!ENTITY gst-plugins-gl-version-stable "0.10.2">
<!ENTITY gst-rtsp-server-version-stable "0.10.7">
-<!ENTITY gnonlin-version-stable "0.10.16">
+<!ENTITY gnonlin-version-stable "0.10.17">
<!-- <!ENTITY gst-editing-services-version-stable "0.10.1"> -->
<!-- <!ENTITY qt-gstreamer-version-stable "0.10.1"> -->
diff --git a/src/htdocs/releases/gnonlin/0.10.17.xml b/src/htdocs/releases/gnonlin/0.10.17.xml
new file mode 100644
index 00000000..81fe2e77
--- /dev/null
+++ b/src/htdocs/releases/gnonlin/0.10.17.xml
@@ -0,0 +1,74 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="../releases.xsl" type="text/xsl"?>
+<release>
+ <module>gnonlin</module>
+ <module-fancy>GNonLin Non-Linear Editing Plug-ins</module-fancy>
+ <name>Flight from Hawaii coming out of the sun</name>
+ <version>0.10.17</version>
+
+ <intro>
+
+<p>
+The GStreamer team is proud to announce a new release
+in the 0.10.x stable series of GNonLin.
+</p>
+
+<p>
+This module contains a set of plug-ins for GStreamer to ease the
+creation of multimedia editors, or any other application where a
+timeline-oriented use of GStreamer makes sense.
+</p>
+<p>
+These elements include:
+<dl>
+<dt>gnlsource</dt>
+<dd>An element for using source elements/bins in a GnlComposition</dd>
+<dt>gnlfilesource</dt>
+<dd>A higher-level element for using a uri in a GnlComposition</dd>
+<dt>gnlcomposition</dt>
+<dd>A container element that handles GNonLin objects</dd>
+<dt>gnloperation</dt>
+<dd>An element for using filters in a GnlComposition</dd>
+</dl>
+</p>
+ </intro>
+ <features>
+ <feature>documentation and debugging fixes</feature>
+ <feature>Use glib 2.22 API if available</feature>
+ </features>
+
+ <applications>
+GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) and Jokosher (http://www.jokosher.org/).
+ </applications>
+ <contributors>
+ <person>David Schleef</person>
+ <person>Edward Hervey</person>
+ <person>Jan Schmidt</person>
+ <person>Sebastian Dröge</person>
+ <person>Stefan Kost</person>
+ <person>Tim-Philipp Müller</person>
+ </contributors>
+
+<!--
+ <api>
+ <additions>
+ </additions>
+ <depreciations>
+ </depreciations>
+ </api>
+-->
+
+
+
+ <bugs>
+ <bug>
+ <id>628943</id>
+ <summary>make check fails if videomixer element can't be found</summary>
+ </bug>
+ <bug>
+ <id>633721</id>
+ <summary>tests: gnl/simple: test_one_under_another failure / timeout</summary>
+ </bug>
+ </bugs>
+
+</release>
diff --git a/src/htdocs/releases/gnonlin/Makefile.am b/src/htdocs/releases/gnonlin/Makefile.am
index a531f806..4d45d25a 100644
--- a/src/htdocs/releases/gnonlin/Makefile.am
+++ b/src/htdocs/releases/gnonlin/Makefile.am
@@ -1,4 +1,4 @@
-releases = 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
+releases = 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
built_pages = \
$(releases) \