[vlc-devel] [PATCH 09/15] test: use the jpeg file to test vout specific calls

Filip Roséen filip at atch.se
Fri Nov 4 18:19:48 CET 2016



On 2016-11-04 18:08, Steve Lhomme wrote:

> make sure we use a dummy/portable vout by default in tests.
> ---
>  test/libvlc/test.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/test/libvlc/test.h b/test/libvlc/test.h
> index 4e8356a..62e260f 100644
> --- a/test/libvlc/test.h
> +++ b/test/libvlc/test.h
> @@ -48,7 +48,7 @@
>   */
>  
>  static const char * test_defaults_args[] = {
> -    "-v",
> +    "-v", "--vout=vdummy",
>  };
>  
>  static const int test_defaults_nargs =
> @@ -56,6 +56,7 @@ static const int test_defaults_nargs =
>  
>  /*static const char test_default_sample[] = "samples/test.sample";*/
>  static const char test_default_sample[] = SRCDIR"/samples/empty.voc";
> +static const char test_default_video[] = SRCDIR"/samples/image.jpg";

Does it not make more sense to incorporate the addition of this line
in `[PATCH 10/15]` (given that is when it is first used)?
  
>  
>  /*********************************************************************
> -- 
> 2.10.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20161104/9b33a9c1/attachment.html>


More information about the vlc-devel mailing list