[vlc-devel] Video filter fails to load

Edward Wang edward.c.wang at compdigitec.com
Wed Mar 21 11:24:12 CET 2012


On 12-03-21 12:01 AM, Peter Tap wrote:
>
> vlc_module_begin ()
>     set_capability( "sub source", 100 )
>     set_shortname( N_("Mytest ))
>     set_description( N_("Mytest desc") )
>     set_callbacks( CreateFilter, DestroyFilter )
>     set_category( CAT_VIDEO )
>     set_subcategory( SUBCAT_VIDEO_SUBPIC )
> vlc_module_end ()
Shouldn't you have an add_shortcut( "mytest" ) in there? Shortname is 
the name that shows up for the user in documentation and Advanced 
preferences.



More information about the vlc-devel mailing list