[vlc-devel] [PATCH] http: Mark the http-reconnect option as plugin-safe
Rémi Denis-Courmont
remi at remlab.net
Sat Sep 26 12:34:17 CEST 2015
Le 2015-09-26 13:17, Luca Barbato a écrit :
> It is mostly useful for web deployments.
TBH, I would much prefer obsoleting the option and reconnecting
automatically when appropriate (i.e. connection broken before known end
of file).
> Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> ---
>
> Now with the correct message, thanks to Felix for spotting.
>
> modules/access/http.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/modules/access/http.c b/modules/access/http.c
> index f9a5432..ae0f722 100644
> --- a/modules/access/http.c
> +++ b/modules/access/http.c
> @@ -112,6 +112,7 @@ vlc_module_begin ()
> change_private()
> add_bool( "http-reconnect", false, RECONNECT_TEXT,
> RECONNECT_LONGTEXT, true )
> + change_safe()
> add_bool( "http-continuous", false, CONTINUOUS_TEXT,
> CONTINUOUS_LONGTEXT, true )
> change_safe()
> --
> 2.5.0
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list