<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Hi Edward,</span></div><div><br><span></span></div><div><span>Thank you for your help.</span></div><div><br><span></span></div><div><span>I had removed add_shortcut because I did not know what it was meant for.</span></div><div><span><br></span></div><div><span>When I look at the code for marquee, I see that the parameter to add_shortcut is "time."  I don't see this anywhere in the UI. Is this a bug? Or, does it mean running vlc with --sub-filter=time will also work instead of --sub-filter=marq?</span></div><div><br><span></span></div><div><span>Regards,</span></div><div><span>Peter<br></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font
 face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Edward Wang <edward.c.wang@compdigitec.com><br> <b><span style="font-weight: bold;">To:</span></b> Mailing list for VLC media player developers <vlc-devel@videolan.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, March 21, 2012 3:24 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [vlc-devel] Video filter fails to load<br> </font> </div> <br>
On 12-03-21 12:01 AM, Peter Tap wrote:<br>> <br>> vlc_module_begin ()<br>>     set_capability( "sub source", 100 )<br>>     set_shortname( N_("Mytest ))<br>>     set_description( N_("Mytest desc") )<br>>     set_callbacks( CreateFilter, DestroyFilter )<br>>     set_category( CAT_VIDEO )<br>>     set_subcategory( SUBCAT_VIDEO_SUBPIC )<br>> vlc_module_end ()<br>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.<br>_______________________________________________<br>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br>http://mailman.videolan.org/listinfo/vlc-devel<br><br><br> </div> </div>  </div></body></html>