diff --git a/legacy/emotion/NEWS b/legacy/emotion/NEWS index 112b405035..7729d185df 100644 --- a/legacy/emotion/NEWS +++ b/legacy/emotion/NEWS @@ -1,16 +1,11 @@ -Emotion 1.7.2 - -Changes since Emotion 1.7.1: -------------------------- - -Additions: - - Add video subtitle file API. +Emotion 1.8.0 Changes since Emotion 1.7.0: ------------------------- Additions: - Add fimcconvert and capsfilter element for device + - Add video subtitle file API. Fixes: - fix to call correct render function. diff --git a/legacy/emotion/src/lib/Emotion.h b/legacy/emotion/src/lib/Emotion.h index 186144ea4f..e2e5c23327 100644 --- a/legacy/emotion/src/lib/Emotion.h +++ b/legacy/emotion/src/lib/Emotion.h @@ -991,7 +991,7 @@ EAPI Eina_Bool emotion_object_video_mute_get (const Evas_Object *obj); * @see emotion_object_video_subtitle_file_get(). * * @ingroup Emotion_Video - * @since 1.7.2 + * @since 1.7.5 */ EAPI void emotion_object_video_subtitle_file_set (Evas_Object *obj, const char *filepath); @@ -1007,7 +1007,7 @@ EAPI void emotion_object_video_subtitle_file_set (Evas_Object *obj, cons * @see emotion_object_video_subtitle_file_set(). * * @ingroup Emotion_Video - * @since 1.7.2 + * @since 1.7.5 */ EAPI const char *emotion_object_video_subtitle_file_get (const Evas_Object *obj);