From 3d95afd88998b3aa8d26fbf5252ff7cbb46900da Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 25 Aug 2005 15:44:58 +0000 Subject: add a check for audioresample Original commit message from CVS: add a check for audioresample --- gst/audioresample/resample_ref.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst/audioresample/resample_ref.c') diff --git a/gst/audioresample/resample_ref.c b/gst/audioresample/resample_ref.c index 187f72c4..4cb3d250 100644 --- a/gst/audioresample/resample_ref.c +++ b/gst/audioresample/resample_ref.c @@ -111,6 +111,9 @@ resample_scale_ref (ResampleState * r) -0.5 * r->i_inc, r->i_inc); buffer = audioresample_buffer_queue_pull (r->queue, r->sample_size); if (buffer == NULL) { + /* FIXME: for the first buffer, this isn't necessarily an error, + * since because of the filter length we'll output less buffers. + * deal with that so we don't print to console */ RESAMPLE_ERROR ("buffer_queue_pull returned NULL"); return; } -- cgit v1.2.1