summaryrefslogtreecommitdiff
path: root/gst/gstpluginfeature.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-20 14:09:42 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-20 14:09:42 +0000
commit68f5c775c5912ad10ac4740a3fd1d98cd4a093ca (patch)
treea27b140ebd93a10af682c4c706eae673bb166ece /gst/gstpluginfeature.c
parent1c7f15e0ccad3d05776a916e89d44452ffefc7c8 (diff)
fix output of typefind add GPL headers fix doc snippet
Original commit message from CVS: fix output of typefind add GPL headers fix doc snippet
Diffstat (limited to 'gst/gstpluginfeature.c')
-rw-r--r--gst/gstpluginfeature.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstpluginfeature.c b/gst/gstpluginfeature.c
index 788222f67f..fe873eb1a8 100644
--- a/gst/gstpluginfeature.c
+++ b/gst/gstpluginfeature.c
@@ -191,10 +191,10 @@ gst_plugin_feature_get_rank (GstPluginFeature *feature)
return feature->rank;
}
/**
- * gst_plugin_feature_set_name:
+ * gst_plugin_feature_get_name:
* @feature: a feature
*
- * Gets the name of a pluginfeature.
+ * Gets the name of a plugin feature.
*
* Returns: the name
*/