vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Mon Feb 26 22:19:44 2018 +0200| [a46cac0ed2ca31d7ad5501b7019e2fb78d3ca750] | committer: Rémi Denis-Courmont
imem: bump priority to one This plugin does not need priority since no other plugins have any alias in common. However, it has also an access submodule, and we want the access_demux submodule at higher priority for the time being. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a46cac0ed2ca31d7ad5501b7019e2fb78d3ca750 --- modules/access/imem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/imem.c b/modules/access/imem.c index 33c94a93b0..d98c5f3d08 100644 --- a/modules/access/imem.c +++ b/modules/access/imem.c @@ -172,7 +172,7 @@ vlc_module_begin() change_safe() add_shortcut("imem") - set_capability("access_demux", 0) + set_capability("access_demux", 1) set_callbacks(OpenDemux, CloseDemux) add_submodule() _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
