[vlc-devel] Re: [PATCH] Quartz subtitle renderer

Christophe Mutricy xtophe at nxtelevision.com
Fri Mar 30 15:49:54 CEST 2007


Some small details


> +/*****************************************************************************
> + * quartztext.c : Put text on the video, using Mac OS X Quartz Engine
> + *****************************************************************************
> + * Copyright (C) 2002 - 2005 the VideoLAN team

We are now in 2007

> +vlc_module_begin();
> +    set_shortname( _("Text renderer"));
> +    set_description( _("Quartz font renderer") );

the freetype module also use  set_shortname( _("Text renderer"));  so it
needs to be changed (possibly in both places) if the quartz renderer use
some configuretion variable and so appears in the preferences.


About you problem with config variables:
There is a *bad* interaction with the module cache at the moment, so
when testing config options it's good to launch vlc with
--no-plugins-cache.  also vlc -p plugin_name --advanced can be an
easier/quicker way to test.

-- 
Xtophe

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list