From 76d9b6deaad3ee47fd929c9261b3d319f4711fbd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 13 Nov 2008 17:24:58 +0000 Subject: [PATCH] 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. --- gst/aacparse/gstaacparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/aacparse/gstaacparse.c b/gst/aacparse/gstaacparse.c index f7946f4..22108e9 100644 --- a/gst/aacparse/gstaacparse.c +++ b/gst/aacparse/gstaacparse.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); } -- 2.7.4