nheko
nheko copied to clipboard
Logs spammed with "gst_value_collect_int_range: assertion"
Describe the bug
$ journalctl -f
Jan 04 10:02:54 ceres nheko[36232]: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed
Jan 04 10:02:54 ceres nheko[36232]: range start is not smaller than end for `GstIntRange'
Jan 04 10:02:54 ceres nheko[36232]: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed
Jan 04 10:02:54 ceres nheko[36232]: range start is not smaller than end for `GstIntRange'
Jan 04 10:02:54 ceres nheko[36232]: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed
Jan 04 10:02:54 ceres nheko[36232]: range start is not smaller than end for `GstIntRange'
Jan 04 10:02:54 ceres nheko[36232]: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed
Jan 04 10:02:54 ceres nheko[36232]: range start is not smaller than end for `GstIntRange'
Jan 04 10:02:54 ceres nheko[36232]: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed
Jan 04 10:02:54 ceres nheko[36232]: range start is not smaller than end for `GstIntRange'
1000s+ of these lines, for the lifetime of the app.
To Reproduce
- Just load nheko and watch logs
What happened?
No response
Expected behavior
Not to have all these useless log lines
Screenshots
No response
Version
0.11.3
Operating system
Linux
Installation method
Flathub
Qt version
5.15.11
C++ compiler
No response
Desktop Environment
Fedora 39 KDE
Did you use profiles?
- [ ] Profiles used?
Relevant log output
No response
Backtrace
No response
I'm not sure if there is much we can do there. Gstreamer adds those log messages after we probed the voip plugin once. Need to investigate more, where the actual source is in this case.