mpegts network discovery: do not accept NIT params change on tuned mux

This commit is contained in:
Jaroslav Kysela 2014-07-02 21:29:22 +02:00
parent bb181b06c3
commit 0472520eb9

View file

@ -353,6 +353,8 @@ dvb_network_create_mux
dvb_mux_conf_t *dmc = p;
mm = dvb_network_find_mux(ln, dmc, onid, tsid);
/* Ignore change requests from NIT for tuned mux */
if (mm == mmo) return mm;
if (!mm && ln->mn_autodiscovery) {
const idclass_t *cls;
cls = dvb_network_mux_class((mpegts_network_t *)ln);