mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Fix spelling errors
Original commit message from CVS: Fix spelling errors
This commit is contained in:
parent
e1968f80ac
commit
2763a973ef
1 changed files with 3 additions and 3 deletions
|
@ -255,7 +255,7 @@ gst_bytestream_fill_bytes (GstByteStream *bs, guint32 len)
|
|||
*
|
||||
* Peeks len bytes into the bytestream, the result is returned as
|
||||
* a #GstBuffer. Unref the buffer after usage.
|
||||
* This function can return less bytes than requested. In that casa,
|
||||
* This function can return less bytes than requested. In that case,
|
||||
* an event might have happened which you can retrieve with
|
||||
* gst_bytestream_get_status().
|
||||
*
|
||||
|
@ -328,7 +328,7 @@ gst_bytestream_peek (GstByteStream *bs, GstBuffer **buf, guint32 len)
|
|||
* a pointer to a guint8*. The data pointed to be data should not
|
||||
* be freed and will become invalid after performing the next bytestream
|
||||
* operation.
|
||||
* This function can return less bytes than requested. In that casa,
|
||||
* This function can return less bytes than requested. In that case,
|
||||
* an event might have happened which you can retrieve with
|
||||
* gst_bytestream_get_status().
|
||||
*
|
||||
|
@ -633,7 +633,7 @@ gst_bytestream_length (GstByteStream *bs)
|
|||
*
|
||||
* Read len bytes from the bytestream, the result is returned as
|
||||
* a #GstBuffer. Unref the buffer after usage.
|
||||
* This function can return less bytes than requested. In that casa,
|
||||
* This function can return less bytes than requested. In that case,
|
||||
* an event might have happened which you can retrieve with
|
||||
* gst_bytestream_get_status().
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue