diff options
author | Benjamin Otte <otte@gnome.org> | 2003-10-31 20:03:29 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-10-31 20:03:29 +0000 |
commit | 7c1ac98ca4b3b52c5c7d7ba005972803fab0b7e9 (patch) | |
tree | 5d60bef2e36bc94ce2939dd797fee190e2467f28 /gst-libs/gst/gconf | |
parent | 5bc252df9e2a4ac868a62f3b39327dfa32ecc0ee (diff) | |
download | gst-plugins-bad-7c1ac98ca4b3b52c5c7d7ba005972803fab0b7e9.tar.gz gst-plugins-bad-7c1ac98ca4b3b52c5c7d7ba005972803fab0b7e9.tar.bz2 gst-plugins-bad-7c1ac98ca4b3b52c5c7d7ba005972803fab0b7e9.zip |
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ex...
Original commit message from CVS:
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad.
You guessed it, everything Rhythmbox needs ;)
fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
Diffstat (limited to 'gst-libs/gst/gconf')
-rw-r--r-- | gst-libs/gst/gconf/gconf.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gst-libs/gst/gconf/gconf.c b/gst-libs/gst/gconf/gconf.c index 2452aa7f..8a1c5823 100644 --- a/gst-libs/gst/gconf/gconf.c +++ b/gst-libs/gst/gconf/gconf.c @@ -315,17 +315,3 @@ gst_gconf_get_default_visualization_element (void) return ret; } -static gboolean -plugin_init (GModule *module, GstPlugin *plugin) -{ - gst_plugin_set_longname (plugin, - "Convenience routines for GConf interaction"); - return TRUE; -} - -GstPluginDesc plugin_desc = { - GST_VERSION_MAJOR, - GST_VERSION_MINOR, - "gstgconf", - plugin_init -}; |