summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:
-----------------------------------------