mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
vc1parse: Give vc1parse a rank of NONE for now
This commit is contained in:
parent
6d5fc5a771
commit
36680b1190
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue