]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Even more..
authorMark Clarkstone <hello@markclarkstone.co.uk>
Thu, 17 Dec 2015 04:03:00 +0000 (04:03 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 26 Dec 2015 16:03:53 +0000 (17:03 +0100)
src/input/mpegts/mpegts_mux_dvb.c
src/input/mpegts/satip/satip.c
src/input/mpegts/satip/satip_frontend.c

index da4af629a2bdfad00122cbf5aa91779ad2e541cc..e31367fdef2770ae735b171656b197a767b8e1f5 100644 (file)
@@ -308,6 +308,7 @@ const idclass_t dvb_mux_dvbc_class =
   .ic_properties = (const property_t[]){
     {
       MUX_PROP_STR("delsys", N_("Delivery system"), dvbc, delsys, "DVB-C"),
+      .desc     = N_("Select the delivery system used by your cable provider."),
     },
     {
       .type     = PT_U32,
@@ -325,10 +326,13 @@ const idclass_t dvb_mux_dvbc_class =
       .off      = offsetof(dvb_mux_t, lm_tuning.u.dmc_fe_qam.symbol_rate),
     },
     {
-      MUX_PROP_STR("constellation", N_("Constellation"), dvbc, qam, N_("AUTO"))
+      MUX_PROP_STR("constellation", N_("Constellation"), dvbc, qam, N_("AUTO")),
+      .desc     = N_("Select the quadrature amplitude modulation (QAM) used by the mux. "
+                     "If you're not sure of the value leave as AUTO."),
     },
     {
-      MUX_PROP_STR("fec", N_("FEC"), dvbc, fec, N_("AUTO"))
+      MUX_PROP_STR("fec", N_("FEC"), dvbc, fec, N_("AUTO")),
+      .desc     = N_("Select the forward error correction used on the mux."),
     },
     {}
   }
index e45392bb2cdfd82a21bd1f4e056278751f6e2cea..7f1e3addd0e5a6095024d0a26a9e43863157bea7 100644 (file)
@@ -201,6 +201,7 @@ const idclass_t satip_device_class =
       .type     = PT_STR,
       .id       = "tunercfgu",
       .name     = N_("Tuner configuration"),
+      .desc     = N_("Tuner configuration."),
       .opts     = PO_SORTKEY,
       .off      = offsetof(satip_device_t, sd_tunercfg),
       .list     = satip_device_class_tunercfg_list,
index a9b6ba29cee01308948347f48c3fb4847e34322a..7b3d7e48782ced2b8a0963bab0f82afc950c9930 100644 (file)
@@ -225,6 +225,7 @@ const idclass_t satip_frontend_dvbt_class =
       .type     = PT_STR,
       .id       = "fe_override",
       .name     = N_("Network type"),
+      .desc     = N_("Override the frontend type."),
       .set      = satip_frontend_class_override_set,
       .list     = satip_frontend_class_override_enum,
       .off      = offsetof(satip_frontend_t, sf_type_override),