gst/audioresample/gstaudioresample.c: Don't leak references to the incoming caps...
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 28 Jul 2006 17:17:24 +0000 (17:17 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 28 Jul 2006 17:17:24 +0000 (17:17 +0000)
commite828178eca0679a7e12c652760dd758cc611ac1d
treed8e5b956cc30ae5772f2c484bcff8cc21ecc7712
parent11503c773ec66e2cbd0f219924e34492e59345cc
gst/audioresample/gstaudioresample.c: Don't leak references to the incoming caps. Clean them up when stopping.

Original commit message from CVS:
* gst/audioresample/gstaudioresample.c: (audioresample_stop),
(audioresample_set_caps):
Don't leak references to the incoming caps. Clean them up when
stopping.
* gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
(gst_video_scale_finalize):
Don't leak our temporary pixel buffer.
* tests/check/Makefile.am:
* tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
(GST_START_TEST), (simple_launch_lines_suite):
Fix leaks and re-enable the test for valgrind checking.
ChangeLog
common
gst/audioresample/gstaudioresample.c
gst/videoscale/gstvideoscale.c
tests/check/Makefile.am
tests/check/pipelines/simple-launch-lines.c