GObject and calloc() etc are initializing memory to 0, so using 0 as the unknown variant makes it more likely that mistakingly zero-initialized memory does not end up with a wrong DSD format. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4966>