Doubt on state transition

Hello All
The state transition diagram for a component states that a transition from OMX_StateIdle to OMX_StatePause is possible. In which scenario(from an application point of view), this can happen?
Please give some hint.
Regards
Subhish

Hi,

This case can be used fort instance if a component could perform a pre-roll of the input buffers, and it will produce buffers on output only when the transition from Pause to Executing is requested by the application.

Thanks,
Pranav