gstutils: Mark times array as static to avoid symbol conflict with the POSIX function

It works fine but there can be linker warnings, e.g. with mold.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9288>
This commit is contained in:
Sebastian Dröge 2025-06-26 10:27:33 +03:00 committed by GStreamer Marge Bot
parent 472d528ffe
commit d236538d28

View File

@ -1930,7 +1930,7 @@ static const GstClockTime times5[] = {
3097518938513564, 3097518907369715
};
struct test_entry
static const struct test_entry
{
gint n;
const GstClockTime *v;