[vlc-devel] [PATCHv3 13/17] test: media_player: use "mock://"

Thomas Guillem thomas at gllm.fr
Tue Jun 16 15:51:00 CEST 2020



On Mon, Jun 15, 2020, at 17:38, Francois Cartegnie wrote:
> Le 10/06/2020 à 14:57, Thomas Guillem a écrit :
> > ---
> >  test/libvlc/media_list_player.c | 20 ++++++++++----------
> >  test/libvlc/media_player.c      |  7 ++++---
> >  test/libvlc/test.h              |  5 +----
> >  3 files changed, 15 insertions(+), 17 deletions(-)
> > 
> > diff --git a/test/libvlc/media_list_player.c b/test/libvlc/media_list_player.c
> 
> Need to [static] link decoders ?

libvlc tests already link with all necessary plugins.

> 
> > -/*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";
> > -
> > +static const char test_default_sample[] = "mock://";
> 
> 
> -- 
> Francois Cartegnie
> VideoLAN - VLC Developer
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list