diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/aacparse/gstaacparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/aacparse/gstaacparse.c b/gst/aacparse/gstaacparse.c index f7946f42..22108e92 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); } |