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
@ -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>
|
2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst/rtpmanager/gstrtpjitterbuffer.c:
|
* gst/rtpmanager/gstrtpjitterbuffer.c:
|
||||||
|
@ -845,7 +845,7 @@ static gboolean
|
|||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "aacparse",
|
return gst_element_register (plugin, "aacparse",
|
||||||
GST_RANK_PRIMARY + 1, GST_TYPE_AACPARSE);
|
GST_RANK_NONE, GST_TYPE_AACPARSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user