<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>​I am decoding an RTP stream, and I need to determine if the sender has stopped. I am hoping to use the timeout property of the udpsrc element, but I'm having some issues.<br>
</p>
<p>Under gstreamer 0.10, I can do the following pipeline:<br>
</p>
<p><br>
</p>
<p>GST_DEBUG=GST_BUS:4 gst-launch-0.10 -v udpsrc timeout=750000 ! fakesink silent=false<br>
<br>
</p>
<p>and I can see the ​GstUDPSrcTimeout posted to the bus at 750ms intervals, just like I'd expect. However, when I try the same pipeline with 1.2:</p>
<p><br>
</p>
<p>GST_DEBUG=GST_BUS:4 gst-launch-1.0 -v udpsrc timeout=750000 ! fakesink silent=false<br>
​</p>
<p>I don't see any timeouts. I have even changed the GST_DEBUG to *:5 and waded through that output, but there appears to be no timeout message posted. Is there an additional property I should be setting in order to get the timeout bus message?</p>
<p><br>
<br>
</p>
<p><br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<font size="3" style="color:rgb(0,0,0); font-family:Arial; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; background-color:rgb(255,255,255)"><font size="2"><b>Jon
 Mandrell</b><br>
Software Manager<br>
Zodiac Inflight Innovations<br>
jon.mandrell@zii.aero<br>
<br>
11747 NE 1st, Suite 210<br>
Bellevue, WA 98005 USA<br>
P: 206-641-7184 | M: 206-999-1774</font><br>
</font><a target="_blank" href="http://www.imsco-us.com/" tabindex="0" style="text-decoration:underline; color:rgb(0,0,255); font-family:Arial; font-size:small; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; background-color:rgb(255,255,255)" id="NoLP">http://www.imsco-us.com</a><br class="Apple-interchange-newline">
</div>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
<br>
This email and any files transmitted with it are confidential & proprietary to Systems and Software Enterprises, LLC. This information is intended solely for the use of the individual or entity to which it is addressed. Access or transmittal of the information
 contained in this e-mail, in full or in part, to any other organization or persons is not authorized.<br>
</font>
</body>
</html>