Commit 44d1b3d3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

- TY should have a lower priority than PS

parent a5d25b9d
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment