set rank to secondary as you never want this to be used instead of normal oggdemux etc.

Original commit message from CVS:
set rank to secondary as you never want this to be used instead of normal oggdemux etc.
This commit is contained in:
Christian Schaller 2005-11-15 08:38:16 +00:00
parent d845b025d8
commit 659fbb2d48

View file

@ -30,7 +30,7 @@ extern GType ivorbisfile_get_type (void);
static gboolean static gboolean
plugin_init (GstPlugin * plugin) 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 ())) ivorbisfile_get_type ()))
return FALSE; return FALSE;