GNOME Bugzilla – Bug 587755
udpsrc timeout property
Last modified: 2009-07-04 16:38:45 UTC
Please describe the problem: according to the documentation "If the "timeout" property is set to a value bigger than 0, udpsrc will generate an element message named "GstUDPSrcTimeout" if no data was recieved in the given timeout". I set the timeout to 3000 and even if i can receive and see the stream I recevive a lot "GstUDPSrcTimeout" so gstreamer seems unable to distinguish if data is arriving Steps to reproduce: 1. build a simple timeline with udpsrc and set the timeout property 2. launch the timeline and see the stream 3. Actual results: even if data is arriving and you see the stream you get "GstUDPSrcTimeout" message on the bus Expected results: no "GstUDPSrcTimeout" should arrive this message could be generated only if no data is arriving Does this happen every time? yes Other information: