summaryrefslogtreecommitdiff
path: root/gst/gstplugin.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-26 03:44:14 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-26 03:44:14 +0000
commit074ecb22270d907afe0615009130926303c12e59 (patch)
treecdf963a21a3af58ff07a8c74e420e82fac1e863a /gst/gstplugin.h
parent8a1bb576b2056c11d76f1e0ffe0f51f3cc3f93a8 (diff)
gst/gstelement.h: remove gst_element_factory_get_version. It doesn't exist anymore.
Original commit message from CVS: 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/gstelement.h: remove gst_element_factory_get_version. It doesn't exist anymore. * gst/gstplugin.c: * gst/gstplugin.h: remove gst_plugin_set_name and change gst_plugin_get_longname to gst_plugin_get_description to match code. * gst/gsterror.h: remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE. * gst/gstpad.c: (gst_pad_try_set_caps): make it work with nonfixed caps. Note that even in the nonfixed case the link function of the pad that tries to set caps isn't called.
Diffstat (limited to 'gst/gstplugin.h')
-rw-r--r--gst/gstplugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/gstplugin.h b/gst/gstplugin.h
index 8d31d29b0..c9cdc644a 100644
--- a/gst/gstplugin.h
+++ b/gst/gstplugin.h
@@ -128,8 +128,7 @@ void _gst_plugin_initialize (void);
void _gst_plugin_register_static (GstPluginDesc *desc);
G_CONST_RETURN gchar* gst_plugin_get_name (GstPlugin *plugin);
-void gst_plugin_set_name (GstPlugin *plugin, const gchar *name);
-G_CONST_RETURN gchar* gst_plugin_get_longname (GstPlugin *plugin);
+G_CONST_RETURN gchar* gst_plugin_get_description (GstPlugin *plugin);
G_CONST_RETURN gchar* gst_plugin_get_filename (GstPlugin *plugin);
G_CONST_RETURN gchar* gst_plugin_get_license (GstPlugin *plugin);
G_CONST_RETURN gchar* gst_plugin_get_package (GstPlugin *plugin);