Hi, I have a simple Mp3 audio player based on playbin2 pipeline. I am able to query player position ( in seconds ) using gst_element_query_position(pipeline,&fmt, &len) Is there any way to get the Mp3 current decoded (or played) frame? Thanks, Giorgio.