videoparsers: av1: Fix typo in debug log
comsumed -> consumed Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8502>
This commit is contained in:
parent
2f81d53efc
commit
a50dddeea2
@ -1159,7 +1159,7 @@ gst_av1_parse_push_data (GstAV1Parse * self, GstBaseParseFrame * frame,
|
||||
gst_buffer_unref (buf);
|
||||
|
||||
gst_av1_parse_update_src_caps (self, NULL);
|
||||
GST_LOG_OBJECT (self, "comsumed %d, output one buffer with size %"
|
||||
GST_LOG_OBJECT (self, "consumed %d, output one buffer with size %"
|
||||
G_GSSIZE_FORMAT, finish_sz, sz);
|
||||
ret = gst_base_parse_finish_frame (GST_BASE_PARSE (self), frame, finish_sz);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user