diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-01-13 17:57:48 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-01-13 17:57:48 +0000 |
commit | 45b80b1e8c1181f6285696358b16b796966d0a97 (patch) | |
tree | a0c535badf6f61f217b5a731665c1c28d2d71eb9 /ChangeLog | |
parent | 9077e68aaaa9773ab391226008545d4822c0b0d2 (diff) |
Re-implement wrapping of gst_pad_add_*probe in order to avoid leaks of user-data associated with the probes.
Original commit message from CVS:
reviewed by: Edward Hervey <edward.hervey@collabora.co.uk>
* gst/gstpad.override:
* testsuite/test_pad.py:
Re-implement wrapping of gst_pad_add_*probe in order to avoid leaks of
user-data associated with the probes.
Fixes #504786
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-01-13 Olivier Crete <tester@tester.ca> + + reviewed by: Edward Hervey <edward.hervey@collabora.co.uk> + + * gst/gstpad.override: + * testsuite/test_pad.py: + Re-implement wrapping of gst_pad_add_*probe in order to avoid leaks of + user-data associated with the probes. + Fixes #504786 + 2008-01-13 Edward Hervey <edward.hervey@collabora.co.uk> * gst/pbutils.override: |