mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
d3d11mpeg2dec: Promote rank to PRIMARY + 1
Make its rank higher than avdec_mpeg2video Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4014>
This commit is contained in:
parent
319f5f0760
commit
fd77f088a1
1 changed files with 2 additions and 1 deletions
|
@ -194,7 +194,8 @@ plugin_init (GstPlugin * plugin)
|
|||
gst_d3d11_vp8_dec_register (plugin, device, GST_RANK_PRIMARY);
|
||||
/* rust dav1ddec has "primary" rank */
|
||||
gst_d3d11_av1_dec_register (plugin, device, GST_RANK_PRIMARY + 1);
|
||||
gst_d3d11_mpeg2_dec_register (plugin, device, GST_RANK_SECONDARY);
|
||||
/* avdec_mpeg2video has primary rank */
|
||||
gst_d3d11_mpeg2_dec_register (plugin, device, GST_RANK_PRIMARY + 1);
|
||||
}
|
||||
|
||||
gst_d3d11_deinterlace_register (plugin, device, GST_RANK_MARGINAL);
|
||||
|
|
Loading…
Reference in a new issue