gst/gstminiobject.c: Fix lcopy for mini objects, the mini object needs to be ref'ed.
authorTim-Philipp Müller <tim@centricular.net>
Thu, 15 Dec 2005 12:22:38 +0000 (12:22 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 15 Dec 2005 12:22:38 +0000 (12:22 +0000)
commit8ea948df924b5ca69c0146a047bd8cf103b3bbbf
tree9bbeeb9ca04d08125b329b7af833c8f4102278ff
parented8fcd46b268a6d73224da259f54f770097e3824
gst/gstminiobject.c: Fix lcopy for mini objects, the mini object needs to be ref'ed.

Original commit message from CVS:
* gst/gstminiobject.c: (gst_value_mini_object_lcopy):
Fix lcopy for mini objects, the mini object needs to be ref'ed.
* tests/check/gst/gstminiobject.c: (my_foo_init),
(my_foo_get_property), (my_foo_set_property), (my_foo_class_init),
(test_value_collection), (gst_mini_object_suite):
Add test to ensure refcounts end up as expected when passing
GstMiniObjects through g_object_get() and g_object_set().
ChangeLog
gst/gstminiobject.c
tests/check/gst/gstminiobject.c