summaryrefslogtreecommitdiffstats
path: root/gst/audioresample/gstaudioresample.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-10-28 16:00:51 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-10-28 16:00:51 +0000
commit3ffdbb0d7ae6c1d78933bc3227508c9fcdfdc624 (patch)
tree90cda0d866a287352fac2e7d67d78468d8f46b32 /gst/audioresample/gstaudioresample.c
parentdb8ec6cf87ca830a494dbb753f16a242ab1b5e5b (diff)
downloadgst-plugins-bad-3ffdbb0d7ae6c1d78933bc3227508c9fcdfdc624.tar.gz
gst-plugins-bad-3ffdbb0d7ae6c1d78933bc3227508c9fcdfdc624.tar.bz2
gst-plugins-bad-3ffdbb0d7ae6c1d78933bc3227508c9fcdfdc624.zip
gst/audioresample/gstaudioresample.c: Another typo fix (#366212).
Original commit message from CVS: * gst/audioresample/gstaudioresample.c: (gst_audioresample_init): Another typo fix (#366212).
Diffstat (limited to 'gst/audioresample/gstaudioresample.c')
-rw-r--r--gst/audioresample/gstaudioresample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c
index 5954b2b7..e5206361 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;