mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
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:
parent
6f5bbd0276
commit
a12a5f6a25
1 changed files with 2 additions and 2 deletions
|
@ -1145,7 +1145,7 @@ map_failed:
|
|||
GST_ELEMENT_ERROR (ffmpegdec, RESOURCE, OPEN_READ_WRITE,
|
||||
("Cannot access memory for read and write operation."),
|
||||
("The video memory allocated from downstream pool could not mapped for"
|
||||
"read and write."));
|
||||
" read and write."));
|
||||
return -1;
|
||||
}
|
||||
duplicate_frame:
|
||||
|
@ -1874,7 +1874,7 @@ map_failed:
|
|||
GST_ELEMENT_ERROR (ffmpegdec, RESOURCE, OPEN_READ_WRITE,
|
||||
("Cannot access memory for read and write operation."),
|
||||
("The video memory allocated from downstream pool could not mapped for"
|
||||
"read and write."));
|
||||
" read and write."));
|
||||
return ret;
|
||||
}
|
||||
not_negotiated:
|
||||
|
|
Loading…
Reference in a new issue