vc1parse: Give vc1parse a rank of NONE for now

This commit is contained in:
Sebastian Dröge 2012-10-23 12:10:14 +02:00
parent 6d5fc5a771
commit 36680b1190

View file

@ -45,7 +45,7 @@ plugin_init (GstPlugin * plugin)
ret |= gst_element_register (plugin, "mpeg4videoparse",
GST_RANK_PRIMARY + 1, GST_TYPE_MPEG4VIDEO_PARSE);
ret |= gst_element_register (plugin, "vc1parse",
GST_RANK_PRIMARY + 1, GST_TYPE_VC1_PARSE);
GST_RANK_NONE, GST_TYPE_VC1_PARSE);
return ret;
}