[vlc-devel] [PATCH] Add marq filter to libvlc
Laurent Aimar
fenrir at via.ecp.fr
Mon Jul 6 21:42:55 CEST 2009
Hi,
On Mon, Jul 06, 2009, basos g wrote:
> [an example use case for marquee filter could be :
> libvlc_config_update( p_libvlc, "marq-marquee", "new text to display",
> false, &p_e)
> ]
This has an huge drawback, we have to export what is currently an internal "API",
and so forbid removing/changing any configuration variables without breaking the
API.
Using dedicated function can at least allow to control what is used outside
vlc itself and so maintain (if wanted) API compatibility.
I don't really know what solution would allow simplicity and maintainability at
the same time.
--
fenrir
More information about the vlc-devel
mailing list