gst/: remove the hash table for miniobjects - since we can't get notified when they...
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 27 Oct 2005 08:51:20 +0000 (08:51 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 27 Oct 2005 08:51:20 +0000 (08:51 +0000)
commit723f72b0fb8cbd21a0ffbbd55e2005777fdb2840
tree47fe1f9379a9fbb3694dfc721e60d54a64413501
parent17fe008b8f8fe1dde5df3791712a0f908f3f1817
gst/: remove the hash table for miniobjects - since we can't get notified when they get destroyed, we shouldn't be ca...

Original commit message from CVS:

* gst/gst.override:
* gst/pygstminiobject.c:
remove the hash table for miniobjects - since we can't get notified
when they get destroyed, we shouldn't be caching pointer mappings
* testsuite/test_pad.py:
update refcount tests because mini objects now have a ref for
each time an object is made for it
ChangeLog
gst/gst.override
gst/pygstminiobject.c
testsuite/test_pad.py