[vlc-devel] [PATCH] vout opengl: Change non-error to a debug message

Hugo Beauzée-Luyssen hugo at beauzee.fr
Wed May 3 11:52:59 CEST 2017


On Wed, May 3, 2017, at 11:41 AM, Marvin Scholz wrote:
> Replace msg_Err with msg_Dbg, as it is reported that PBO support is
> enabled, which is not an error.
> ---
>  modules/video_output/opengl/converters.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/modules/video_output/opengl/converters.c
> b/modules/video_output/opengl/converters.c
> index 000358595e..72195eeefe 100644
> --- a/modules/video_output/opengl/converters.c
> +++ b/modules/video_output/opengl/converters.c
> @@ -1128,7 +1128,7 @@ generic_init(const video_format_t *fmt,
> opengl_tex_converter_t *tc,
>              {
>                  tc->pf_update  = tc_pbo_update;
>                  tc->pf_release = tc_pbo_release;
> -                msg_Err(tc->gl, "PBO support enabled");
> +                msg_Dbg(tc->gl, "PBO support enabled");
>              }
>          }
>  #endif
> -- 
> 2.11.0 (Apple Git-81)
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

Seems legit :)

-- 
  Hugo Beauzée-Luyssen
  hugo at beauzee.fr


More information about the vlc-devel mailing list