[vlc-devel] [PATCH] Another attempt to add vout_window_t support to macosx video output

Laurent Aimar fenrir at elivagar.org
Thu Jul 22 14:27:54 CEST 2010


Hi,

On Thu, Jul 22, 2010 at 03:15:47PM +0300, Juho Vähä-Herttua wrote:
> I should note that it still gives a warning about drawable-nsobject variable not found, but that is not fatal. I left it there to keep Lunettes working.
> 
> @@ -220,6 +237,7 @@ void Close(vlc_object_t *this)
>      if (sys->gl.sys != NULL)
>          vout_display_opengl_Clean(&sys->vgl);
>  
> +    vout_display_DeleteWindow(vd, sys->embed);
 If this line can be reached while sys->embed is NULL, then you should
add a check to avoid calling vout_display_DeleteWindow.

-- 
fenrir




More information about the vlc-devel mailing list