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
This commit is contained in:
Thomas Vander Stichele 2005-06-08 13:45:26 +00:00
parent d282f08209
commit 9764987dc9

View file

@ -1,18 +1,23 @@
2005-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstminiobject.h:
add defines for accessing the refcount
2005-06-03 Stefan Kost <ensonic@users.sf.net>
* Makefile.am: added support for html unit test coverage reports
2005-06-03 Jan Schmidt <thaytan@mad.scientist.com>
* 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 <wingo@pobox.com>