From d0aab107fbe9f5f90c26faea479e4c7aade57f95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 28 Oct 2006 16:00:51 +0000 Subject: [PATCH] gst/audioresample/gstaudioresample.c: Another typo fix (#366212). Original commit message from CVS: * gst/audioresample/gstaudioresample.c: (gst_audioresample_init): Another typo fix (#366212). --- ChangeLog | 7 ++++++- gst/audioresample/gstaudioresample.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1645ef1..715aa94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-28 Tim-Philipp Müller + + * gst/audioresample/gstaudioresample.c: (gst_audioresample_init): + Another typo fix (#366212). + 2006-10-27 Wim Taymans * gst/volume/gstvolume.c: (volume_transform_ip): @@ -3812,7 +3817,7 @@ * gst/playback/test.c: (main): * gst/playback/test5.c: (dump_element_stats): * gst/playback/test6.c: (main): - free cpas using gst_caps_unref, don't leak caps-strings + free caps using gst_caps_unref, don't leak caps-strings 2006-05-01 Tim-Philipp Müller diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c index 5954b2b..e520636 100644 --- a/gst/audioresample/gstaudioresample.c +++ b/gst/audioresample/gstaudioresample.c @@ -190,7 +190,7 @@ gst_audioresample_init (GstAudioresample * audioresample, trans = GST_BASE_TRANSFORM (audioresample); /* buffer alloc passthrough is too impossible. FIXME, it - * is trivial in the passtrough case. */ + * is trivial in the passthrough case. */ gst_pad_set_bufferalloc_function (trans->sinkpad, NULL); audioresample->filter_length = DEFAULT_FILTERLEN; -- 2.7.4