fix vorbis playback (by using a hack, but for now...)
authorBenjamin Otte <otte@gnome.org>
Fri, 12 Dec 2003 03:08:17 +0000 (03:08 +0000)
committerBenjamin Otte <otte@gnome.org>
Fri, 12 Dec 2003 03:08:17 +0000 (03:08 +0000)
Original commit message from CVS:
fix vorbis playback (by using a hack, but for now...)

ext/vorbis/vorbis.c

index 0d183c2..42205d6 100644 (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;