fix vorbis playback (by using a hack, but for now...)

Original commit message from CVS:
fix vorbis playback (by using a hack, but for now...)
This commit is contained in:
Benjamin Otte 2003-12-12 03:08:17 +00:00
parent 6f1b63ea72
commit 76ecfc347f

View file

@ -35,7 +35,7 @@ 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_PRIMARY, vorbisfile_get_type ()))
if (!gst_element_register (plugin, "vorbisfile", GST_RANK_PRIMARY + 1, vorbisfile_get_type ()))
return FALSE;
return TRUE;