summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-01-26 17:08:32 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-01-26 17:08:32 +0000
commit8cb6a7cbe36ee6dbe92bb9c661acfb988af7fa31 (patch)
tree0d0d7424d4056dd8a85087903db7e0aab18b948c
parentf4565e233f24cdbc4ba0ecd959be85bed3b4959e (diff)
Releasing GNonLin 0.10.7 "Anything better?"RELEASE_0_10_7
Original commit message from CVS: Releasing GNonLin 0.10.7 "Anything better?" ----------------------------------------------------------------------
-rw-r--r--NEWS9
-rw-r--r--RELEASE38
-rw-r--r--configure.ac2
3 files changed, 30 insertions, 19 deletions
diff --git a/NEWS b/NEWS
index 0b13dda..e51e36c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+This is GNonLin 0.10.7 "Anything better ?"
+
+Features of this release
+
+ * GnlFileSource can use decodebin2 if the USE_DECODEBIN2
+env variable is set
+ * Deadlock fixes for modifying GnlComposition
+
+
This is GNonLin 0.10.6, "Who stole my beard ?"
New GnlOperation element for using filters/effects in GnlComposition
diff --git a/RELEASE b/RELEASE
index fc7c5fd..8f5975d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.6 "Who stole my beard ?"
+Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.7 "Anything better ?"
@@ -12,23 +12,26 @@ 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.
+
+These elements include:
+
+gnlsource
+An element for using source elements/bins in a GnlComposition
+gnlfilesource
+A higher-level element for using a uri in a GnlComposition
+gnlcomposition
+A container element that handles GNonLin objects
+
+
+
Features of this release
- * New GnlOperation element for using filters/effects in GnlComposition
- * Modification of GnlComposition internal structure for faster behaviour
- * Lots of fixes for complex compositions
- * Fixes for default sources
- * Many more unit tests
- * Code and documentation cleanups, more memory leaks fixes
-
-Bugs fixed in this release
-
- * 356380 : Composition doesn't find the next stop correctly with ope...
- * 351899 : Empty GnlComposition in paused will not take into account...
- * 352382 : Mention whether high/low number are high/low priority in ...
- * 352389 : Cannot link gnlfilesource and gnloperation
- * 362399 : Default sources broken
+ * GnlFileSource can use decodebin2 if the USE_DECODEBIN2
+env variable is set
+ * Deadlock fixes for modifying GnlComposition
+There were no bugs fixed in this release
+
Download
@@ -55,10 +58,9 @@ will create more lists as necessary.
Applications
-GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) and Jokosher
-(http://www.jokosher.org/)
+GNonLin is primarily used by PiTiVi (http://www.pitivi.org/)
Contributors to this release
* Edward Hervey
- * Wim Taymans
+  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index f7c3f5a..7c5947a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GNonLin, 0.10.6.2,
+AC_INIT(GNonLin, 0.10.7,
http://gnonlin.sourceforge.net/,
gnonlin)