From 84b9f118e7c56b3f33fafce19e65adb4659334e0 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 4 Oct 2005 17:58:40 +0000 Subject: gst/autodetect/: Set state of elements to NULL before removing from bins. Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset), (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect): * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset), (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect): Set state of elements to NULL before removing from bins. Set state of test element to NULL if we failed to move it to READY --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65b83195..4159fd86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-10-04 Michael Smith + + * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset), + (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect): + * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset), + (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect): + Set state of elements to NULL before removing from bins. + Set state of test element to NULL if we failed to move it to READY + 2005-10-04 Edward Hervey * ext/dv/Makefile.am: -- cgit