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)
commitec5ed04139ae6df3420174679ca33ebe31646d22
tree51dffc3bc49dbe07ae58a44112d1d092caefe5b2
parentd2f5567653179cb24c875381e7a1f4c0e0b4efc5
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.
common
gst/audioresample/gstaudioresample.c