summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent417089af439efb7a64629bc826241e07094b0083 (diff)
downloademotion_generic_players-485ee7e4cacf326b5f3458df929527b7a0b3efee.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 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.