vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Mon Feb 26 22:19:44 2018 +0200| [9c23f5b5189992242dda6beaea9323cdb1ad2792] | committer: Rémi Denis-Courmont
avcapture: drop priority to zero This plugin does not need priority since no other plugins have any alias in common. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c23f5b5189992242dda6beaea9323cdb1ad2792 --- modules/access/avcapture.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/avcapture.m b/modules/access/avcapture.m index 27bedab916..30b9c199ef 100644 --- a/modules/access/avcapture.m +++ b/modules/access/avcapture.m @@ -59,7 +59,7 @@ vlc_module_begin () set_category(CAT_INPUT) set_subcategory(SUBCAT_INPUT_ACCESS) add_shortcut("avcapture") - set_capability("access_demux", 10) + set_capability("access_demux", 0) set_callbacks(Open, Close) vlc_module_end () _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
