]> git.sesse.net Git - vlc/commitdiff
- TY should have a lower priority than PS
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 16 Mar 2005 10:51:10 +0000 (10:51 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 16 Mar 2005 10:51:10 +0000 (10:51 +0000)
modules/demux/ty.c

index ba6b1633d113d404d415d406ef713fcbb5ac5248..0a169e45c3b6921344109b1d8529a0c565674776 100644 (file)
@@ -70,7 +70,11 @@ vlc_module_begin();
     set_description(_("TY Stream audio/video demux"));
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_DEMUX );
-    set_capability("demux2", 10);
+    set_capability("demux2", 8);
+    /* FIXME: there seems to be a segfault when using PVR access
+     * and TY demux has a bigger priority than PS
+     * Something must be wrong.
+     */
     set_callbacks(TyOpen, TyClose);
     add_shortcut("ty");
     add_shortcut("tivo");