mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
dvb: src: use correct unit in tuning-timeout prop description
Milliseconds was wrong and made use of this timeout quite confusing. The code uses the value as microsenconds so any meaningful number was off by orders of magnitude.
This commit is contained in:
parent
d9c61ff4aa
commit
2d511343cb
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ gst_dvbsrc_class_init (GstDvbSrcClass * klass)
|
|||
|
||||
g_object_class_install_property (gobject_class, ARG_DVBSRC_TUNING_TIMEOUT,
|
||||
g_param_spec_uint64 ("tuning-timeout", "Tuning Timeout",
|
||||
"Milliseconds to wait before giving up tuning/locking on a signal",
|
||||
"Microseconds to wait before giving up tuning/locking on a signal",
|
||||
0, G_MAXUINT64, DEFAULT_TUNING_TIMEOUT,
|
||||
GST_PARAM_MUTABLE_PLAYING | G_PARAM_READWRITE));
|
||||
|
||||
|
|
Loading…
Reference in a new issue