mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gst/aacparse/gstaacparse.c: Don't autoplug aacparse until it works.
Original commit message from CVS: * gst/aacparse/gstaacparse.c: (plugin_init): Don't autoplug aacparse until it works.
This commit is contained in:
parent
c3faaa2daa
commit
76d9b6deaa
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ static gboolean
|
|||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "aacparse",
|
||||
GST_RANK_PRIMARY + 1, GST_TYPE_AACPARSE);
|
||||
GST_RANK_NONE, GST_TYPE_AACPARSE);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue