GNOME Bugzilla – Bug 757160
rtspsrc: Wrong time conversion for "tcp-timeout"
Last modified: 2015-10-27 23:44:58 UTC
In property description, time unit of "tcp-timeout" is millisecond but gst_rtspsrc_set_tcp_timeout handle it as microsecond.
Created attachment 314169 [details] [review] patch for valid time conversion Attach patch
Created attachment 314173 [details] [review] patch_2 oops..change default value also.
Comment on attachment 314173 [details] [review] patch_2 It might be better to do it the other way around, as people are likely already going to use it as if it was microseconds. So better keep the property as documented, and change the conversion only. So that 20000000 stays the property default value, and really means 20s.
O god! what have I done?? The documentation is correct. it's already describe MICROs - When I saw it yesterday it was MILLIs!! so that this is not a bug but my eyes have some problem I need doctor.