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.
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2014-08-29 13:26:12 -04:00
parent cd325defca
commit a0c79bc72b

View file

@ -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",