[vlc-devel] Video filter fails to load
Peter Tap
ptrtap at yahoo.com
Thu Mar 22 01:41:17 CET 2012
Hi Edward,
Thank you for your help.
I had removed add_shortcut because I did not know what it was meant for.
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?
Regards,
Peter
________________________________
From: Edward Wang <edward.c.wang at compdigitec.com>
To: Mailing list for VLC media player developers <vlc-devel at videolan.org>
Sent: Wednesday, March 21, 2012 3:24 AM
Subject: Re: [vlc-devel] Video filter fails to load
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.
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120321/425b9c99/attachment.html>
More information about the vlc-devel
mailing list