mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
plugin: add since: tags for the api docs.
The previous related commit added new API. API: add gst_plugin_get_cache_data, gst_plugin_set_cache_data
This commit is contained in:
parent
a6999575d5
commit
094d71f004
1 changed files with 4 additions and 0 deletions
|
@ -868,6 +868,8 @@ gst_plugin_is_loaded (GstPlugin * plugin)
|
|||
* stored. This is the case when the registry is getting rebuild.
|
||||
*
|
||||
* Returns: The cached data as a #GstStructure or %NULL.
|
||||
*
|
||||
* Since: 0.10.24
|
||||
*/
|
||||
G_CONST_RETURN GstStructure *
|
||||
gst_plugin_get_cache_data (GstPlugin * plugin)
|
||||
|
@ -886,6 +888,8 @@ gst_plugin_get_cache_data (GstPlugin * plugin)
|
|||
* the @plugin.
|
||||
*
|
||||
* The cache is flushed every time the registry is rebuild.
|
||||
*
|
||||
* Since: 0.10.24
|
||||
*/
|
||||
void
|
||||
gst_plugin_set_cache_data (GstPlugin * plugin, GstStructure * cache_data)
|
||||
|
|
Loading…
Reference in a new issue