summaryrefslogtreecommitdiff
path: root/ext/faad
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-02-23 22:04:24 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-02-23 22:05:03 +0100
commitfa9f035ca8ff16577b736d9114e263b0a45c8694 (patch)
tree2f48da88e21341d6d3beaa0f260b83b1f0635895 /ext/faad
parent4c9ac0886a4c289fddbf2b8a76db1426b2eb3b55 (diff)
downloadgstreamer-plugins-bad-fa9f035ca8ff16577b736d9114e263b0a45c8694.tar.gz
faad: fixup nasty typo breaking compilation
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: