[gst-cvs] www: GNonLin 0.10.16 release
Edward Hervey
bilboed at kemper.freedesktop.org
Mon Sep 6 08:24:24 PDT 2010
Module: www
Branch: master
Commit: c13d291e94d294b84e680bce7e6ed73d9abaf229
URL: http://cgit.freedesktop.org/gstreamer/www/commit/?id=c13d291e94d294b84e680bce7e6ed73d9abaf229
Author: Edward Hervey <bilboed at bilboed.com>
Date: Mon Sep 6 17:24:05 2010 +0200
GNonLin 0.10.16 release
---
src/htdocs/entities.gst | 2 +-
src/htdocs/news/news.xml | 18 +++++++
src/htdocs/releases/gnonlin/0.10.16.xml | 82 +++++++++++++++++++++++++++++++
src/htdocs/releases/gnonlin/Makefile.am | 2 +-
4 files changed, 102 insertions(+), 2 deletions(-)
diff --git a/src/htdocs/entities.gst b/src/htdocs/entities.gst
index 8a989b1..431516c 100644
--- a/src/htdocs/entities.gst
+++ b/src/htdocs/entities.gst
@@ -9,7 +9,7 @@
<!ENTITY gst-plugins-bad-version-stable "0.10.20">
<!ENTITY gst-plugins-gl-version-stable "0.10.1">
<!ENTITY gst-rtsp-server-version-stable "0.10.5">
-<!ENTITY gnonlin-version-stable "0.10.15">
+<!ENTITY gnonlin-version-stable "0.10.16">
<!ENTITY gst-version-devel "git master">
<!ENTITY gst-plugins-base-version-devel "git master">
diff --git a/src/htdocs/news/news.xml b/src/htdocs/news/news.xml
index 025db00..df99d78 100644
--- a/src/htdocs/news/news.xml
+++ b/src/htdocs/news/news.xml
@@ -3907,4 +3907,22 @@ or download tarballs from
</p>
</content>
</item>
+
+ <item>
+ <date>2010-09-06 17:20</date>
+ <title>GNonLin 0.10.16 stable releases</title>
+ <content>
+ <p>
+ The GStreamer team is pleased to announce a new release of the GNonLin set of plugins
+ in the 0.10 GStreamer stable release series.
+ </p>
+ <p>
+ Check out release notes for
+ <a href="&site;/releases/gnonlin/0.10.16.html">gnonlin</a>
+ or download tarballs for
+ <a href="&site;/src/gnonlin/gnonlin-0.10.16.tar.bz2">gnonlin</a>
+ </p>
+ </content>
+ </item>
+
</news>
diff --git a/src/htdocs/releases/gnonlin/0.10.16.xml b/src/htdocs/releases/gnonlin/0.10.16.xml
new file mode 100644
index 0000000..5a983e3
--- /dev/null
+++ b/src/htdocs/releases/gnonlin/0.10.16.xml
@@ -0,0 +1,82 @@
+<?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>I needed time to think to get the memories from my mind</name>
+ <version>0.10.16</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>More race fixes</feature>
+<feature>gnlcomposition: propagate caps to childs</feature>
+<feature>gnlurisource: Only use needed streams</feature>
+<feature>gnlcomposition: Fix QoS handling</feature>
+ <feature></feature>
+ </features>
+
+ <applications>
+GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) and Jokosher (http://www.jokosher.org/).
+ </applications>
+ <contributors>
+ <person>Alessandro Decina</person>
+ <person>Benjamin Otte</person>
+ <person>David Schleef</person>
+ <person>Edward Hervey</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>613283</id>
+ <summary>gst_element_class_set_details = > gst_element_class_set_details_simple</summary>
+ </bug>
+ <bug>
+ <id>626501</id>
+ <summary>Caps property of gnlfilesource works incorrectly</summary>
+ </bug>
+ <bug>
+ <id>626733</id>
+ <summary>Race in gnlcomposition between no_more_pads_object_cb and compare_relink_single_node</summary>
+ </bug>
+ </bugs>
+
+</release>
diff --git a/src/htdocs/releases/gnonlin/Makefile.am b/src/htdocs/releases/gnonlin/Makefile.am
index 9cdfb90..a531f80 100644
--- a/src/htdocs/releases/gnonlin/Makefile.am
+++ b/src/htdocs/releases/gnonlin/Makefile.am
@@ -1,4 +1,4 @@
-releases = 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.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) \
More information about the Gstreamer-commits
mailing list