After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 587755 - udpsrc timeout property
udpsrc timeout property
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.23
Other All
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-04 15:43 UTC by Nicola
Modified: 2009-07-04 16:38 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Nicola 2009-07-04 15:43:23 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: