Hi All.<br><br>I am trying to read Title of the song, Autor of the song information from the MP3 File and display them on the screen.<br>As I know GStreamer plugins will post messages like GST_MESSAGE_TAG which contain the author and title and other informations.
<br><br>In the call back for reading messages to the bus, I added a switch statement to receive GST_MESSAGE_TAG. But when executed I haven't received any such messages. Can anybody please let me know whether I need to do anything else to read information like Title/Author etc...
<br><br>Thanks,<br>Raja<br>