gst/gstminiobject.c (gst_value_mini_object_collect): Use gst_value_set_mini_object...
authorAndy Wingo <wingo@pobox.com>
Fri, 27 May 2005 09:27:35 +0000 (09:27 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 27 May 2005 09:27:35 +0000 (09:27 +0000)
commit1457b69cb74abd975555408ed345528e6487928c
tree4dfe3a125b069cfb0e7c2c1f85edc877add9bcb8
parent61167c9097945834fc4958c51c3374281c2a121c
gst/gstminiobject.c (gst_value_mini_object_collect): Use gst_value_set_mini_object so as to add a ref on the object (...

Original commit message from CVS:
2005-05-26  Andy Wingo  <wingo@pobox.com>

* gst/gstminiobject.c (gst_value_mini_object_collect): Use
gst_value_set_mini_object so as to add a ref on the object (which
will be removed when the value is unset).

* gst/elements/gstfakesink.c (gst_fakesink_class_init): Fix signal
arg type in ::handoff.

* gst/gstelement.c (gst_element_change_state): Also deactivate
pads in READY->NULL, just in case the element didn't make it to
PAUSED. Wingo tested, Wim approved.
ChangeLog
docs/gst/tmpl/gstbuffer.sgml
docs/gst/tmpl/gstpad.sgml
gst/elements/gstfakesink.c
gst/gstelement.c
gst/gstminiobject.c
plugins/elements/gstfakesink.c