mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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:
parent
d282f08209
commit
9764987dc9
1 changed files with 13 additions and 8 deletions
21
ChangeLog
21
ChangeLog
|
@ -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>
|
2005-06-03 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* Makefile.am: added support for html unit test coverage reports
|
* Makefile.am: added support for html unit test coverage reports
|
||||||
|
|
||||||
2005-06-03 Jan Schmidt <thaytan@mad.scientist.com>
|
2005-06-03 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
|
* gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
|
||||||
Free existing caps if the capsfilter changes. Add a FIXME about
|
Free existing caps if the capsfilter changes. Add a FIXME about
|
||||||
setting those caps on the pads.
|
setting those caps on the pads.
|
||||||
|
|
||||||
* gst/gstutils.c: (gst_element_get_compatible_pad), (ghost_up):
|
* gst/gstutils.c: (gst_element_get_compatible_pad), (ghost_up):
|
||||||
Before adding a ghost pad to a parent bin, check that there isn't
|
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
|
already one for the element on the bin. Prevents infinite recursion
|
||||||
when using decodebin in parse pipelines. Andy says he'll rewrite the
|
when using decodebin in parse pipelines. Andy says he'll rewrite the
|
||||||
way this works anyway, so ignore the hack.
|
way this works anyway, so ignore the hack.
|
||||||
|
|
||||||
2005-06-02 Andy Wingo <wingo@pobox.com>
|
2005-06-02 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue