faad: fixup nasty typo breaking compilation

This commit is contained in:
Mark Nauwelaerts 2012-02-23 22:04:24 +01:00
parent 4c9ac0886a
commit fa9f035ca8

View file

@ -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: