context: fix some copy and paste leftover in docs

This commit is contained in:
Thiago Santos 2015-11-10 14:41:35 -03:00
parent e22517567a
commit d4cab73d09

View file

@ -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