avvidec: Fix typo in error string

It was missing a space.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7483>
This commit is contained in:
Thibault Saunier 2024-09-09 18:16:18 -03:00
parent 6f5bbd0276
commit a12a5f6a25

View file

@ -1145,7 +1145,7 @@ map_failed:
GST_ELEMENT_ERROR (ffmpegdec, RESOURCE, OPEN_READ_WRITE, GST_ELEMENT_ERROR (ffmpegdec, RESOURCE, OPEN_READ_WRITE,
("Cannot access memory for read and write operation."), ("Cannot access memory for read and write operation."),
("The video memory allocated from downstream pool could not mapped for" ("The video memory allocated from downstream pool could not mapped for"
"read and write.")); " read and write."));
return -1; return -1;
} }
duplicate_frame: duplicate_frame:
@ -1874,7 +1874,7 @@ map_failed:
GST_ELEMENT_ERROR (ffmpegdec, RESOURCE, OPEN_READ_WRITE, GST_ELEMENT_ERROR (ffmpegdec, RESOURCE, OPEN_READ_WRITE,
("Cannot access memory for read and write operation."), ("Cannot access memory for read and write operation."),
("The video memory allocated from downstream pool could not mapped for" ("The video memory allocated from downstream pool could not mapped for"
"read and write.")); " read and write."));
return ret; return ret;
} }
not_negotiated: not_negotiated: