G_VALUE_INIT does not zero-initialize the data member as automatic zero-initialization only happens for non-union types. For union types the initialized value is undefined. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4595 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9525>
GStreamer Editing Services -------------------------- This is a high-level library for facilitating the creation of audio/video non-linear editors. License: -------- This package and its contents are licensend under the GNU Lesser General Public License (LGPL). Dependencies: ------------- * GStreamer core * gst-plugins-base