mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
buffer: fix typo in docs
This commit is contained in:
parent
b5d4529fa4
commit
4a424c379f
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ gst_buffer_unmap (GstBuffer * buffer, gpointer data, gsize size)
|
|||
* @src: the source address
|
||||
* @size: the size to fill
|
||||
*
|
||||
* Copy @size bytes fro @src to @buffer at @offset.
|
||||
* Copy @size bytes from @src to @buffer at @offset.
|
||||
*/
|
||||
void
|
||||
gst_buffer_fill (GstBuffer * buffer, gsize offset, gconstpointer src,
|
||||
|
|
Loading…
Reference in a new issue