From a0c79bc72b4a3c230e0a20d1514222b483931840 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 29 Aug 2014 13:26:12 -0400 Subject: [PATCH] dvbsrc: drop FIXME on _ISDBT_LAYER_ENABLED prop Valid values range from 1 to 7 as stated. DTV_ISDBT_LAYER_ENABLED bitmask is built from OR-ing 0x1 0x2 0x4. If all bits are set (0x00000111 = 7) it means all layers should be demodulated. --- sys/dvb/gstdvbsrc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c index e2976579d8..a7a3c556be 100644 --- a/sys/dvb/gstdvbsrc.c +++ b/sys/dvb/gstdvbsrc.c @@ -741,8 +741,7 @@ gst_dvbsrc_class_init (GstDvbSrcClass * klass) /* Additional ISDB-T properties */ - /* FIXME: bitmask, double check range, is 1 - 7, allowed - values are 0x1 0x2 0x3 |-ables */ + /* Valid values are 0x1 0x2 0x4 |-ables */ g_object_class_install_property (gobject_class, ARG_DVBSRC_ISDBT_LAYER_ENABLED, g_param_spec_uint ("isdbt-layer-enabled",