Skip to content

datetime: Return G_MAXFLOAT instead of G_MAXDOUBLE for no timezone offset

Sebastian Dröge requested to merge slomo/gstreamer:datetime-maxfloat into main

Returning G_MAXDOUBLE from a function returning a float is not going to work well and MSVC also correctly warns about this.

Merge request reports