diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-05-19 17:16:35 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-05-19 17:16:35 +0100 |
commit | ab6171373cd71d7c5e69c6d2a8a4e79f2b50d6e1 (patch) | |
tree | 7748766a4aaf5ea77dc6aa7b2d5b799b80717981 /docs/gst | |
parent | 7ba60c9aa08debdb3d809d4863887589de7185af (diff) |
pluginfeature: add gst_plugin_feature_get_plugin()
Add function to retrieve plugin that provides this feature.
API: gst_plugin_feature_get_plugin()
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 2d3de812f..524ad424b 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -2043,6 +2043,7 @@ gst_plugin_feature_set_rank gst_plugin_feature_set_name gst_plugin_feature_get_rank gst_plugin_feature_get_name +gst_plugin_feature_get_plugin gst_plugin_feature_load gst_plugin_feature_list_copy gst_plugin_feature_list_free |