<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
> I have been trying to find a way to set the tags myself but it can't<br>> figure out how to associate tags and their corresponding streams. I<br>> get the tags in the GST_MESSAGE_TAG callback, and the streams in the<br>> "new-decoded-pad" callback. The order in which the tags are received<br>> does not seem to be the same as the order in which the streams are<br>> decoded.<br><br>Use gst_message_parse_tag_full() to find to which pad(ie stream) the tags belong. link->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>