OMX_ErrorUnsupportedSetting when trying to decode audio

Hi! I’m trying to use the audio_decode component to decode an AAC stream. My problem is that I keep getting a OMX_ErrorUnsupportedSetting error event after the buffers are provided. Is there a way to try to guess what kind of parameter is not accepted by the component? Or at least is there anything I can do to have any indication at all?
Thanks.