gst/autodetect/: Make static pad templates static to appease valgrind's leak detector.
authorTim-Philipp Müller <tim@centricular.net>
Fri, 22 Sep 2006 12:12:10 +0000 (12:12 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 22 Sep 2006 12:12:10 +0000 (12:12 +0000)
commite4ba5018559d09e153aafca1d1d52d9e1cced648
tree2d850112e2a97b86ec00549773838da0cfa6fab4
parent8dbf0334202a4af22453ce50513bce26f51a3075
gst/autodetect/: Make static pad templates static to appease valgrind's leak detector.

Original commit message from CVS:
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_base_init):
* gst/autodetect/gstautovideosink.c:
(gst_auto_video_sink_base_init):
Make static pad templates static to appease valgrind's leak
detector.
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/autodetect.c: (GST_START_TEST),
(autodetect_suite):
Add simple test for the ghostpad lockup on shutdown fixed in core
CVS (audio bit disabled because it would need dozens of alsa
suppressions and I'm too lazy to add those now).
ChangeLog
gst/autodetect/gstautoaudiosink.c
gst/autodetect/gstautovideosink.c
tests/check/Makefile.am
tests/check/elements/.gitignore
tests/check/elements/autodetect.c [new file with mode: 0644]