mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
assrender/dvdspu: Increase ranks to PRIMARY
This commit is contained in:
parent
f50de89720
commit
3b32d37dd4
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue