mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

VA-API issue in "gmtk_media_player.c" #549

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In gmtk_media_player.c I see "vvapi" instead of "vaapi" in line:
"else if (g_ascii_strncasecmp(player->vo, "vvapi", strlen("vvapi")) == 0)"
it's cause problem with VA-API, because "-add-vf screenshod" is called when we 
use "vaapi". I think that we should also automatic add "-va vaapi" when we have 
set VA-API as output video.

Original issue reported on code.google.com by nadr...@gmail.com on 5 Aug 2011 at 6:02

GoogleCodeExporter commented 8 years ago
Made the typo correction and added -va vaapi to the list of options passed to 
mplayer in gmtk svn r36

Original comment by kdeko...@gmail.com on 5 Aug 2011 at 7:28