mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
docs: spelling and formatting fixes
This commit is contained in:
parent
df6044f7eb
commit
ea030c9452
3 changed files with 5 additions and 4 deletions
|
@ -313,7 +313,7 @@ The 0.11 porting guide
|
||||||
gst_adapter_peek() is removed, use gst_adapter_map() and gst_adapter_unmap()
|
gst_adapter_peek() is removed, use gst_adapter_map() and gst_adapter_unmap()
|
||||||
to get access to raw data from the adapter.
|
to get access to raw data from the adapter.
|
||||||
|
|
||||||
Arguments renamed from guint to gsize.
|
Arguments changed from guint to gsize.
|
||||||
|
|
||||||
* GstBitReader, GstByteReader, GstByteWriter
|
* GstBitReader, GstByteReader, GstByteWriter
|
||||||
gst_*_reader_new_from_buffer(), gst_*_reader_init_from_buffer() removed, get
|
gst_*_reader_new_from_buffer(), gst_*_reader_init_from_buffer() removed, get
|
||||||
|
@ -352,3 +352,4 @@ The 0.11 porting guide
|
||||||
uses a GValue based API now that is similar to the 0.10 API but
|
uses a GValue based API now that is similar to the 0.10 API but
|
||||||
allows bindings to properly use GstIterator and prevents complex
|
allows bindings to properly use GstIterator and prevents complex
|
||||||
return value ownership issues.
|
return value ownership issues.
|
||||||
|
|
||||||
|
|
|
@ -1947,7 +1947,7 @@ gst_query_new_scheduling (void)
|
||||||
* @random_access: if random access is possible
|
* @random_access: if random access is possible
|
||||||
* @sequential: if sequential access is recommended
|
* @sequential: if sequential access is recommended
|
||||||
* @minsize: the suggested minimum size of pull requests
|
* @minsize: the suggested minimum size of pull requests
|
||||||
* @maxsize: the suggested maximum size of pull requests:
|
* @maxsize: the suggested maximum size of pull requests
|
||||||
* @align: the suggested alignment of pull requests
|
* @align: the suggested alignment of pull requests
|
||||||
*
|
*
|
||||||
* Set the scheduling properties.
|
* Set the scheduling properties.
|
||||||
|
|
Loading…
Reference in a new issue