[vlc-commits] dc1394: drop priority to zero

Rémi Denis-Courmont git at videolan.org
Mon Feb 26 21:38:56 CET 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Feb 26 22:19:44 2018 +0200| [396d5c19d0fd6fe609147f356cf233cc6cebe854] | committer: Rémi Denis-Courmont

dc1394: 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=396d5c19d0fd6fe609147f356cf233cc6cebe854
---

 modules/access/dc1394.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/dc1394.c b/modules/access/dc1394.c
index 794096354a..cf523fbf3c 100644
--- a/modules/access/dc1394.c
+++ b/modules/access/dc1394.c
@@ -50,7 +50,7 @@ static void Close( vlc_object_t * );
 vlc_module_begin()
     set_shortname( N_("DC1394") )
     set_description( N_("IIDC Digital Camera (FireWire) input") )
-    set_capability( "access_demux", 10 )
+    set_capability( "access_demux", 0 )
     set_callbacks( Open, Close )
 vlc_module_end()
 



More information about the vlc-commits mailing list