gst_child_proxy_get_property: accept G_VALUE_INIT
authorChris White <cxwembedded@gmail.com>
Fri, 2 Apr 2021 23:48:26 +0000 (19:48 -0400)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 6 May 2021 07:35:51 +0000 (10:35 +0300)
commitb48e32ab00acdc2d3d177043012dd18ae8a4285c
tree36bbf1e64def934e11331d76da94e8f645bfbf70
parent1a8dfdfc54c55f9a431c86847f94b7052d6b6842
gst_child_proxy_get_property: accept G_VALUE_INIT

gst_child_proxy_get_property() can now take a value initialized to
G_VALUE_INIT.  This parallels the corresponding change in
g_object_get_property(), GLib 2.60+.

https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/724#note_738531

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