* Due to a bug, the polarisation of DVB-S muxes was not correctly

stored internally. This has now been fixed.
This commit is contained in:
Andreas Öman 2009-07-19 07:19:16 +00:00
parent fd84bda72e
commit 05cb40d1c6
2 changed files with 6 additions and 0 deletions

5
debian/changelog vendored
View file

@ -1,3 +1,8 @@
hts-tvheadend (2.4) hts; urgency=low
* Due to a bug, the polarisation of DVB-S muxes was not correctly
stored internally. This has now been fixed.
hts-tvheadend (2.3) hts; urgency=low
* A simple web interface has been added. To access it, visit

View file

@ -168,6 +168,7 @@ dvb_mux_create(th_dvb_adapter_t *tda, struct dvb_frontend_parameters *fe_param,
memcpy(&tdmi->tdmi_fe_params, fe_param,
sizeof(struct dvb_frontend_parameters));
tdmi->tdmi_polarisation = polarisation;
if(sc != NULL) {
tdmi->tdmi_satconf = sc;