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 <arvino55-gmail.com>



SVN revision: 82364
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-07 21:28:32 +00:00
parent 91630603a5
commit bdd7ac45a5
1 changed files with 1 additions and 0 deletions

View File

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