gst: Fix compilation with latest GLib
authorSebastian Dröge <sebastian@centricular.com>
Tue, 20 Mar 2018 14:11:01 +0000 (16:11 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 20 Mar 2018 14:11:01 +0000 (16:11 +0200)
commit70c86bc998b64bde428265d736ece79fa67b9dbd
tree9c8c302ec0507bac0f850a3d9afbaaa07efcd719
parentb405b35f8cd4b6c4eba2e5316b5fbd561d3a1211
gst: Fix compilation with latest GLib

g_object_ref() forwards the type of its argument nowadays.

./grammar.y:409:14: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
gstchildproxy.c:212:7: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
gst/gstchildproxy.c
gst/parse/grammar.y