mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
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:
parent
d845b025d8
commit
659fbb2d48
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue