summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-02-19 13:46:47 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2014-02-19 13:46:47 +0100
commita9e051d30df4f0c00bbdd31dd5cf04aee1fd6f1c (patch)
treec98b6e442289fd49fd7d1e3bebb3a2b3f8f28812
parentcb23dea228252e7c5ce6254a68ef3d489ebacc73 (diff)
downloadevas_generic_loaders-a9e051d30df4f0c00bbdd31dd5cf04aee1fd6f1c.tar.gz
release: Update NEWS file and add out of date notice to ChangeLog
Might not be the final NEWS file but a start which includes all noteworthy changes since 1.8.0. Adding a note to the ChangeLog so people know it will no longer get updated.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS17
2 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e435e6..9d3b7f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,3 +36,9 @@
* Add various alarm/signal based timeouts for all generic
loaders in case they get stuck
+
+OUT OF DATE NOTICE:
+-------------------
+With the start of the 1.9.x release cycle we now longer update the ChangeLog and rely on git log for
+this functionality. We keep however a NEWS files for a high level overview of changes in a new
+release which will be filled at the end of the release cycle.
diff --git a/NEWS b/NEWS
index a5746c2..d1e1edb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
-Evas Generic Loaders 1.8.0
+Evas Generic Loaders 1.9.0
+
+Changes since Evas Generic Loaders 1.8.0:
+-----------------------------------------
+
+Improvements:
+
+ * gst loader - support key as stream position in 1/1000th of a second
+
+Fixes:
+
+ * bugfix: add a typefind to gstreamer plugin pipeline
+ previously, we would load any file and try to force it into video/x-raw-rgb, which was
+ (obviously) problematic for audio-only files. with a typefind added to the pipeline, only
+ files which can output to video/x-raw-rgb will be processed
+ * bugfix: unbreak gstreamer plugin by not using the n-video property which is only available in 1.0+
Changes since Evas Generic Loaders 1.7.0:
-----------------------------------------