mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
mpeg4videoparse: Change rank to PRIMARY+1
This commit is contained in:
parent
ec089662de
commit
d746cd7d67
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_DEBUG_CATEGORY_INIT (mpeg4v_parse_debug, "mpeg4videoparse", 0,
|
||||
"MPEG-4 video parser");
|
||||
|
||||
if (!gst_element_register (plugin, "mpeg4videoparse", GST_RANK_SECONDARY,
|
||||
if (!gst_element_register (plugin, "mpeg4videoparse", GST_RANK_PRIMARY + 1,
|
||||
gst_mpeg4vparse_get_type ()))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue