diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-11-21 14:50:22 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-11-21 14:50:22 +0000 |
commit | b06c505f1ccb69849af895dd376a847983115010 (patch) | |
tree | d8bcd527c65f7bf17786ab6fab76e17872e17ba8 /gst/gstpluginfeature.c | |
parent | a8560f7b3bdde1175684dce799f8b066a50829af (diff) |
docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done?
Original commit message from CVS:
* docs/random/ensonic/media-device-daemon.txt:
wild idea, can this be done?
* docs/gst/gstreamer-sections.txt:
* gst/gsterror.h:
* gst/gstfilter.c:
* gst/gstfilter.h:
* gst/gstplugin.h:
* gst/gstpluginfeature.c:
* gst/gsttrace.c:
* gst/gstvalue.c:
* gst/gstvalue.h:
doc fixes and additions
Diffstat (limited to 'gst/gstpluginfeature.c')
-rw-r--r-- | gst/gstpluginfeature.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/gstpluginfeature.c b/gst/gstpluginfeature.c index 01c28b5ec..86071a363 100644 --- a/gst/gstpluginfeature.c +++ b/gst/gstpluginfeature.c @@ -133,6 +133,15 @@ gst_plugin_feature_load (GstPluginFeature * feature) return real_feature; } +/** + * gst_plugin_feature_type_name_filter: + * @feature: the #GstPluginFeature + * @data: the type and name to check against + * + * Compares type and name of plugin feature. Can be used with gst_filter_run(). + * + * Returns: TRUE if equal. + */ gboolean gst_plugin_feature_type_name_filter (GstPluginFeature * feature, GstTypeNameData * data) |