vah264dec: Spelling fix in warning debug statement

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9457>
This commit is contained in:
Philippe Normand 2025-07-28 12:45:25 +01:00
parent e07c720476
commit 914beb9756

View File

@ -500,7 +500,7 @@ gst_va_h264_dec_new_picture (GstH264Decoder * decoder,
error:
{
GST_WARNING_OBJECT (self,
"Failed to allocated output buffer, return %s",
"Failed to allocate output buffer, returning %s",
gst_flow_get_name (ret));
return ret;
}