<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
&gt; I have been trying to find a way to set the tags myself but it can't<br>&gt; figure out how to associate tags and their corresponding streams. I<br>&gt; get the tags in the GST_MESSAGE_TAG callback, and the streams in the<br>&gt; "new-decoded-pad" callback. The order in which the tags are received<br>&gt; does not seem to be the same as the order in which the streams are<br>&gt; decoded.<br><br>Use gst_message_parse_tag_full() to find to which pad(ie stream) the tags belong. link-&gt;http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstMessage.html#gst-message-parse-tag-full<br>                                               <br /><hr />Νέα Windows 7: Βρείτε τον κατάλληλο υπολογιστή για εσάς. <a href='http://windows.microsoft.com/shop' target='_new'>Μάθετε περισσότερα.</a></body>
</html>