mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
cd325defca
commit
a0c79bc72b
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue