Hi, sorry about the late... I was with no web...
Well, the solutionthat i've found was to load him, and use Bus.TAG.
Is the better solution, but you can have any other idea.
This page has a example of how to works with bus.TAG
http://code.google.com/p/gstreamer-java/wiki/AudioPlayerWithMetadataLook that:
private void getMetadata(){
tag = new Bus.TAG() {
@Override
public void tagsFound(GstObject arg0, TagList fileTags) {
tagList = fileTags;
}
};
And, tagList will have all the metadata (Info in the header) information.
If is not what you want, sorry... Anything else, we can try to help you.
--
Heitor Meira