assrender/dvdspu: Increase ranks to PRIMARY

This commit is contained in:
Sebastian Dröge 2009-10-09 13:18:31 +02:00
parent f50de89720
commit 3b32d37dd4
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,