mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
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
85015e66c3
commit
d0aab107fb
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
|
||||
Another typo fix (#366212).
|
||||
|
||||
2006-10-27 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* 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 <tim at centricular dot net>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue