Emotion: now correctly versioned the changes

SVN revision: 82020
This commit is contained in:
Leandro Dorileo 2013-01-02 21:48:34 +00:00
parent e3e1511bac
commit 9a91c68119
2 changed files with 4 additions and 9 deletions

View File

@ -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.

View File

@ -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);