From bdd7ac45a5a78d01c1577c26975374f05081a693 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Mon, 7 Jan 2013 21:28:32 +0000 Subject: [PATCH] emotion/xine should use the VIDEO_OUT_XINE_API_VERSION. our xine plugin must VIDEO_OUT_XINE_API_VERSION(22) to have video out. Patch-By: Arvind R SVN revision: 82364 --- legacy/emotion/src/modules/xine/emotion_xine_vo_out.c | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c b/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c index 3ae8e1c021..f777196246 100644 --- a/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c +++ b/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c @@ -117,6 +117,7 @@ static vo_info_t _emotion_info = plugin_info_t emotion_xine_plugin_info[] = { { PLUGIN_VIDEO_OUT, 21, "emotion", XINE_VERSION_CODE, &_emotion_info, _emotion_class_init }, + { PLUGIN_VIDEO_OUT, 22, "emotion", XINE_VERSION_CODE, &_emotion_info, _emotion_class_init }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } };