Skip to content
Snippets Groups Projects
Commit 659fbb2d authored by Christian Schaller's avatar Christian Schaller
Browse files

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.
parent d845b025
Loading
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment