summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-02-24 17:04:06 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2014-02-24 17:04:06 +0100
commit485ee7e4cacf326b5f3458df929527b7a0b3efee (patch)
tree68514d91adbc8e943b13f464c7b27a0585b3902a
parent417089af439efb7a64629bc826241e07094b0083 (diff)
downloademotion_generic_players-485ee7e4cacf326b5f3458df929527b7a0b3efee.tar.gz
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d66fd76..bdebc48 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ Improvements:
* Simplify player version dir fallback to match efl 1.9 simplification changes
* Emotion_generic_players - commented out unused func.
* Emotion VLC: no more need to send the size twice.
+ * Emotion VLC: use Eina_Bool instead of int for bools.
+ * Emotion VLC: defer the resource free until the video is actually stopped.
Fixes:
@@ -19,3 +21,7 @@ Fixes:
* Check for libvlc >= 2.0 as a minimum as we use 2.x funcs
* Emotion VLC: remove quite all the old hacks from loading stage which fixes the problem that
audio was audible on start
+ * Emotion VLC: fix the random-player-stop bug !!
+ * Emotion VLC: fix send position_change while paused.
+ * Emotion VLC: recreate the player when end reached.
+ * Emotion VLC: fix the volume/mute bug.
diff --git a/configure.ac b/configure.ac
index cc603e0..a079f33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ dnl m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || ech
##-- When released, remove the dnl on the below line
dnl m4_undefine([v_rev])
##-- When doing snapshots - change soname. remove dnl on below line
-m4_define([relname], [beta2])
+m4_define([relname], [dev])
dnl m4_define([v_rel], [-release relname])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])],
@@ -18,7 +18,7 @@ m4_define([lt_age], v_min)
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
-AC_INIT([emotion_generic_players], [v_ver-beta2], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([emotion_generic_players], [v_ver], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])