vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Mon Feb 26 22:19:44 2018 +0200| [7c3539041c9dfa79287bfb910a52bc88c801f9cb] | committer: Rémi Denis-Courmont
dshow: 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=7c3539041c9dfa79287bfb910a52bc88c801f9cb --- modules/access/dshow/dshow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp index 70cdacb1d5..59ee553d70 100644 --- a/modules/access/dshow/dshow.cpp +++ b/modules/access/dshow/dshow.cpp @@ -291,7 +291,7 @@ vlc_module_begin () AUDIO_BITSPERSAMPLE_LONGTEXT, true ) add_shortcut( "dshow" ) - set_capability( "access_demux", 0 ) + set_capability( "access_demux", 1 ) set_callbacks( DemuxOpen, DemuxClose ) add_submodule () _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
