removing plugins

Original commit message from CVS:
removing plugins
This commit is contained in:
Thomas Vander Stichele 2004-03-09 13:16:29 +00:00
parent 21257d7edc
commit 0e352e0cea
2 changed files with 0 additions and 1087 deletions

View file

@ -26,8 +26,6 @@
GST_DEBUG_CATEGORY (vorbisdec_debug);
extern GType vorbisfile_get_type(void);
static gboolean
plugin_init (GstPlugin *plugin)
{
@ -40,9 +38,6 @@ plugin_init (GstPlugin *plugin)
if (!gst_element_register (plugin, "vorbisenc", GST_RANK_NONE, GST_TYPE_VORBISENC))
return FALSE;
if (!gst_element_register (plugin, "vorbisfile", GST_RANK_SECONDARY, vorbisfile_get_type ()))
return FALSE;
if (!gst_element_register (plugin, "vorbisdec", GST_RANK_PRIMARY, gst_vorbis_dec_get_type ()))
return FALSE;

File diff suppressed because it is too large Load diff