diff --git a/ChangeLog b/ChangeLog index e0423b94b1..73161390f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,23 @@ +2005-06-08 Thomas Vander Stichele + + * gst/gstminiobject.h: + add defines for accessing the refcount + 2005-06-03 Stefan Kost * Makefile.am: added support for html unit test coverage reports 2005-06-03 Jan Schmidt - * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property): - Free existing caps if the capsfilter changes. Add a FIXME about - setting those caps on the pads. + * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property): + Free existing caps if the capsfilter changes. Add a FIXME about + setting those caps on the pads. - * gst/gstutils.c: (gst_element_get_compatible_pad), (ghost_up): - Before adding a ghost pad to a parent bin, check that there isn't - already one for the element on the bin. Prevents infinite recursion - when using decodebin in parse pipelines. Andy says he'll rewrite the - way this works anyway, so ignore the hack. + * gst/gstutils.c: (gst_element_get_compatible_pad), (ghost_up): + Before adding a ghost pad to a parent bin, check that there isn't + already one for the element on the bin. Prevents infinite recursion + when using decodebin in parse pipelines. Andy says he'll rewrite the + way this works anyway, so ignore the hack. 2005-06-02 Andy Wingo