mpegts: fix service enumeration, failing to store weight
This caused oscillation between competing subscriptions!
This commit is contained in:
parent
13fa0533f3
commit
5564cdce6e
1 changed files with 2 additions and 2 deletions
|
@ -152,8 +152,8 @@ mpegts_service_enlist(service_t *t, struct service_instance_list *sil)
|
|||
if (!mmi->mmi_input->mi_is_enabled(mmi->mmi_input)) continue;
|
||||
|
||||
service_instance_add(sil, t, mmi->mmi_input->mi_instance,
|
||||
mmi->mmi_input->mi_current_weight(mmi->mmi_input),
|
||||
0/*TODO: priority */);
|
||||
0 /* TODO: priority */,
|
||||
mmi->mmi_input->mi_current_weight(mmi->mmi_input));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue