diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 8dec2317f1..f6798e624e 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1987,6 +1987,7 @@ GST_MAGIC_BINARY_REGISTRY_STR GST_MAGIC_BINARY_VERSION_STR GST_MAGIC_BINARY_VERSION_LEN gst_registry_get_type +GstRegistryPrivate diff --git a/gst/gstpluginfeature.c b/gst/gstpluginfeature.c index ebce9729c2..15de8095c7 100644 --- a/gst/gstpluginfeature.c +++ b/gst/gstpluginfeature.c @@ -267,6 +267,8 @@ gst_plugin_feature_list_free (GList * list) * when done with the list. * * Returns: a copy of @list, with each feature's reference count incremented. + * + * Since: 0.10.26 */ GList * gst_plugin_feature_list_copy (GList * list)