set rank to secondary as you never want this to be used instead of normal oggdemux...
authorChristian Schaller <uraeus@gnome.org>
Tue, 15 Nov 2005 08:38:16 +0000 (08:38 +0000)
committerChristian Schaller <uraeus@gnome.org>
Tue, 15 Nov 2005 08:38:16 +0000 (08:38 +0000)
Original commit message from CVS:
set rank to secondary as you never want this to be used instead of normal oggdemux etc.

ext/ivorbis/vorbis.c

index 592d9d2..02ecd5c 100644 (file)
@@ -30,7 +30,7 @@ extern GType ivorbisfile_get_type (void);
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
-  if (!gst_element_register (plugin, "tremor", GST_RANK_PRIMARY,
+  if (!gst_element_register (plugin, "tremor", GST_RANK_SECONDARY,
           ivorbisfile_get_type ()))
     return FALSE;