mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 21:12:26 +00:00
h264parse: Change rank to PRIMARY+1 to have h264parse autoplugged
This commit is contained in:
parent
29a358e8cd
commit
456335eab4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue