Hi,<div>I have written parser kind of plugin(aacparser) in which I have parsed the header name.And I linked it to the decoder plugin.</div><div><br></div><div>My question is how to get the profile name in gstreamer application.Based on that I have to link my parser to decoder.</div>
<div><br></div><div>Ex: </div><div>filesrc ! parser ! faad ! alsasink</div><div>      filesrc ! parser ! MyDecoder ! alsasink</div>