From 9f4ea145e03d6185d2c2961bfc0e54641bab73b9 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Fri, 1 Oct 2021 02:58:44 +0900 Subject: [PATCH] codecs: vp8decoder: Fix typo Part-of: --- subprojects/gst-plugins-bad/gst-libs/gst/codecs/gstvp8decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gstvp8decoder.c b/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gstvp8decoder.c index 0a22868..5150e73 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gstvp8decoder.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gstvp8decoder.c @@ -482,7 +482,7 @@ gst_vp8_decoder_drain_output_queue (GstVp8Decoder * self, guint num, while (gst_queue_array_get_length (priv->output_queue) > num) { GstVp8DecoderOutputFrame *output_frame = (GstVp8DecoderOutputFrame *) gst_queue_array_pop_head_struct (priv->output_queue); - /* Output queued fraems whatever the return value is, in order to empty + /* Output queued frames whatever the return value is, in order to empty * the queue */ GstFlowReturn flow_ret = klass->output_picture (self, output_frame->frame, output_frame->picture); -- 2.7.4