mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +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
0ad14d0a45
commit
411a21bafb
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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