mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
Fix typos in documentation
This commit is contained in:
parent
ec10b764b9
commit
5c4044d5f9
1 changed files with 2 additions and 2 deletions
|
@ -867,7 +867,7 @@ gst_plugin_is_loaded (GstPlugin * plugin)
|
||||||
* @plugin: a plugin
|
* @plugin: a plugin
|
||||||
*
|
*
|
||||||
* Gets the plugin specific data cache. If it is %NULL there is no cached data
|
* Gets the plugin specific data cache. If it is %NULL there is no cached data
|
||||||
* stored. This is the case when the registry is getting rebuild.
|
* stored. This is the case when the registry is getting rebuilt.
|
||||||
*
|
*
|
||||||
* Returns: The cached data as a #GstStructure or %NULL.
|
* Returns: The cached data as a #GstStructure or %NULL.
|
||||||
*
|
*
|
||||||
|
@ -889,7 +889,7 @@ gst_plugin_get_cache_data (GstPlugin * plugin)
|
||||||
* Adds plugin specific data to cache. Passes the ownership of the structure to
|
* Adds plugin specific data to cache. Passes the ownership of the structure to
|
||||||
* the @plugin.
|
* the @plugin.
|
||||||
*
|
*
|
||||||
* The cache is flushed every time the registry is rebuild.
|
* The cache is flushed every time the registry is rebuilt.
|
||||||
*
|
*
|
||||||
* Since: 0.10.24
|
* Since: 0.10.24
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue