summaryrefslogtreecommitdiff
path: root/ext/faad
diff options
context:
space:
mode:
Diffstat (limited to 'ext/faad')
-rw-r--r--ext/faad/gstfaad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c
index 30f6dd9f8..3fee59ed6 100644
--- a/ext/faad/gstfaad.c
+++ b/ext/faad/gstfaad.c
@@ -807,7 +807,7 @@ decode_failed:
GST_AUDIO_DECODER_ERROR (faad, 1, STREAM, DECODE, (NULL),
("decoding error: %s", faacDecGetErrorMessage (info.error)), ret);
if (ret == GST_FLOW_OK)
- gst_audio_decoder_finish_frme (dec, NULL, 1);
+ gst_audio_decoder_finish_frame (dec, NULL, 1);
goto out;
}
negotiation_failed: