gst/audioresample/gstaudioresample.c: Another typo fix (#366212).
Original commit message from CVS: * gst/audioresample/gstaudioresample.c: (gst_audioresample_init): Another typo fix (#366212).
This commit is contained in:
parent
db8ec6cf87
commit
3ffdbb0d7a
@ -190,7 +190,7 @@ gst_audioresample_init (GstAudioresample * audioresample,
|
|||||||
trans = GST_BASE_TRANSFORM (audioresample);
|
trans = GST_BASE_TRANSFORM (audioresample);
|
||||||
|
|
||||||
/* buffer alloc passthrough is too impossible. FIXME, it
|
/* 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);
|
gst_pad_set_bufferalloc_function (trans->sinkpad, NULL);
|
||||||
|
|
||||||
audioresample->filter_length = DEFAULT_FILTERLEN;
|
audioresample->filter_length = DEFAULT_FILTERLEN;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user