stefan pushed a commit to branch master. http://git.enlightenment.org/core/evas_generic_loaders.git/commit/?id=a9e051d30df4f0c00bbdd31dd5cf04aee1fd6f1c
commit a9e051d30df4f0c00bbdd31dd5cf04aee1fd6f1c Author: Stefan Schmidt <s.schm...@samsung.com> Date: Wed Feb 19 13:46:47 2014 +0100 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. --- ChangeLog | 6 ++++++ NEWS | 17 ++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) 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: ----------------------------------------- --