From 9764987dc98d6a7192ef027d487a596a5669d866 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 8 Jun 2005 13:45:26 +0000 Subject: [PATCH] previous commit accidentally also added refcount defines for gstminiobject, logging that now Original commit message from CVS: previous commit accidentally also added refcount defines for gstminiobject, logging that now --- ChangeLog | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) 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