Admin message

WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

md udpate flag not set correctly in the TD object renderer in the JBM path

Basic info

  • Commit SHA: main
  • Platform:

Bug description

The setting of the metadata update flag is wrong in the JBM path, not sure when that happened, sometime in the course of the ISM md update fix and JITTER cleanup. Line 236 reads

        if ( ( error = TDREND_GetMix( st_ivas->hBinRendererTd, output_f_local, output_frame, 0, ism_md_subframe_update_jbm ) ) != IVAS_ERR_OK )

but should read

        if ( ( error = TDREND_GetMix( st_ivas->hBinRendererTd, output_f_local, output_frame, 0, ism_md_subframe_update_jbm != subframe_idx ) ) != IVAS_ERR_OK )

Ways to reproduce

(Clear steps or refer to a failing automated test, e.g. with a pipeline link)

Assignee Loading
Time tracking Loading