h264parse: Change rank to PRIMARY+1 to have h264parse autoplugged

This commit is contained in:
Sebastian Dröge 2011-09-07 11:14:36 +02:00
parent 29a358e8cd
commit 456335eab4

View file

@ -35,7 +35,7 @@ plugin_init (GstPlugin * plugin)
ret = gst_element_register (plugin, "h263parse",
GST_RANK_NONE, GST_TYPE_H263_PARSE);
ret = gst_element_register (plugin, "h264parse",
GST_RANK_NONE, GST_TYPE_H264_PARSE);
GST_RANK_PRIMARY + 1, GST_TYPE_H264_PARSE);
ret = gst_element_register (plugin, "diracparse",
GST_RANK_NONE, GST_TYPE_DIRAC_PARSE);
ret = gst_element_register (plugin, "mpegvideoparse",