From e8464db22f5e18ba075bdaa59cf8496fa54709f7 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 22 Nov 2005 14:44:26 +0000 Subject: gst/autodetect/: Use gst_plugin_feature_list_free() to free feature list and in the case of autovideosink free the li... Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect): * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect): Use gst_plugin_feature_list_free() to free feature list and in the case of autovideosink free the list at all. Also miscellaneous cosmetic fixes. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d7f3f9c..2820f98d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-11-22 Tim-Philipp Müller + + * gst/autodetect/gstautoaudiosink.c: + (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect): + * gst/autodetect/gstautovideosink.c: + (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect): + Use gst_plugin_feature_list_free() to free feature list and + in the case of autovideosink free the list at all. Also + miscellaneous cosmetic fixes. + 2005-11-22 Thomas Vander Stichele * gst/cutter/gstcutter.c: (gst_cutter_chain), -- cgit