childproxy: initialize gvalue in _valist function. Fixes #595602
authorStefan Kost <ensonic@users.sf.net>
Mon, 5 Oct 2009 08:46:34 +0000 (11:46 +0300)
committerStefan Kost <ensonic@users.sf.net>
Wed, 7 Oct 2009 07:59:54 +0000 (10:59 +0300)
commit09c7d349210763d0ee295eda032023c00d97c8d3
tree9d9202ce9de178ab832af484e5d519949aaddcf2
parent82526701f04ba94a5052f1a71283b33d1522564d
childproxy: initialize gvalue in _valist function. Fixes #595602

Reflow the code to move error handling to the end of the functions. Initialize
gvalue like we do in the setter. Add a unit-test module with two simple tests
the catche this bug.
gst/gstchildproxy.c
tests/check/Makefile.am
tests/check/gst/.gitignore
tests/check/gst/gstchildproxy.c [new file with mode: 0644]