assrender/dvdspu: Increase ranks to PRIMARY
This commit is contained in:
parent
f50de89720
commit
3b32d37dd4
@ -736,7 +736,7 @@ plugin_init (GstPlugin * plugin)
|
||||
0, "ASS/SSA subtitle renderer");
|
||||
|
||||
return gst_element_register (plugin, "assrender",
|
||||
GST_RANK_NONE, GST_TYPE_ASSRENDER);
|
||||
GST_RANK_PRIMARY, GST_TYPE_ASSRENDER);
|
||||
}
|
||||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
|
@ -1199,7 +1199,7 @@ gst_dvd_spu_plugin_init (GstPlugin * plugin)
|
||||
0, "Sub-picture Overlay decoder/renderer");
|
||||
|
||||
return gst_element_register (plugin, "dvdspu",
|
||||
GST_RANK_NONE, GST_TYPE_DVD_SPU);
|
||||
GST_RANK_PRIMARY, GST_TYPE_DVD_SPU);
|
||||
}
|
||||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user