[vlc-devel] Debug messages

Francois Cartegnie fcvlcdev at free.fr
Wed May 31 17:39:56 CEST 2017


Le 31/05/2017 à 17:11, Francesco, Cuzzocrea a écrit :
> Hi Francois,
> 
> thanks for the fast answer.  I didn't figure out why the submodule is
> empty: I've attempt to modify sequence in
> 
> vlc_module_begin()
>     set_shortname(N_("BLT Import"))
>     set_description(N_("BLT Files demuxer"))
>     set_category(CAT_INPUT)
>     set_subcategory(SUBCAT_INPUT_DEMUX)
>     set_capability("access_demux", 100)

I didn't make notice of the first module capability.

>      set_callbacks(DemuxOpen, DemuxClose)
> 
>     add_submodule()
>      set_capability("access", 100)
>     set_callbacks(AccessOpen, AccessClose)
>     add_shortcut("blt")
> vlc_module_end ()

You need first to force with commandline demux=

We won't try to figure if another module is opened,
especially without logs.

Francois


More information about the vlc-devel mailing list