value: Handle runtime checks as such
authorEdward Hervey <edward@centricular.com>
Fri, 17 Apr 2020 15:14:36 +0000 (17:14 +0200)
committerSebastian Dröge <slomo@coaxion.net>
Tue, 5 May 2020 10:17:49 +0000 (10:17 +0000)
commitd539d619e44271f68d5510d28637af9877532d2a
treeccd35cf0e3abbb1acd770d6bd6f690536904ece6
parentbe76ba13129645d620d10e0c8aa007956ba9609d
value: Handle runtime checks as such

The various `g_strdup_printf()` returns values are runtime checks
which could be disabled if one wants and therefore should be
handled as such with g_return_val_if_fail()

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/453>
gst/gstvalue.c