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:
Wim Taymans 2008-11-13 17:24:58 +00:00
parent 0ad14d0a45
commit 411a21bafb
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/aacparse/gstaacparse.c: (plugin_init):
Don't autoplug aacparse until it works.
2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtpmanager/gstrtpjitterbuffer.c:

View file

@ -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);
}