summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2014-08-29 13:26:12 -0400
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2014-08-29 19:38:00 -0400
commita0c79bc72b4a3c230e0a20d1514222b483931840 (patch)
treece363c8db75fb5dc94ff7ac6b903c0afc0fa93ba
parentcd325defcaf45ce0f8948fe8ca000cad4daf6c1d (diff)
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.
-rw-r--r--sys/dvb/gstdvbsrc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c
index e2976579d..a7a3c556b 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",