h264parse: Change rank to PRIMARY+1 to have h264parse autoplugged
This commit is contained in:
parent
29a358e8cd
commit
456335eab4
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user