diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2005-11-22 14:44:26 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2005-11-22 14:44:26 +0000 |
| commit | e8464db22f5e18ba075bdaa59cf8496fa54709f7 (patch) | |
| tree | 7d78fc25e484e6d346a5f5289fe989afec6fd901 /ChangeLog | |
| parent | baba27fb184cad400e2315f2f159767b4b4ca74b (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-11-22 Tim-Philipp Müller <tim at centricular dot net> + + * 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 <thomas at apestaart dot org> * gst/cutter/gstcutter.c: (gst_cutter_chain), |
