mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
context: fix some copy and paste leftover in docs
This commit is contained in:
parent
e22517567a
commit
d4cab73d09
1 changed files with 2 additions and 2 deletions
|
@ -245,8 +245,8 @@ gst_context_get_structure (const GstContext * context)
|
||||||
* Get a writable version of the structure.
|
* Get a writable version of the structure.
|
||||||
*
|
*
|
||||||
* Returns: The structure of the context. The structure is still
|
* Returns: The structure of the context. The structure is still
|
||||||
* owned by the event, which means that you should not free it and
|
* owned by the context, which means that you should not free it and
|
||||||
* that the pointer becomes invalid when you free the event.
|
* that the pointer becomes invalid when you free the context.
|
||||||
* This function checks if @context is writable.
|
* This function checks if @context is writable.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
|
|
Loading…
Reference in a new issue