mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
vaapi: Also register vaapipostproc without VPP support
It can still do simple deinterlacing then.
This commit is contained in:
parent
76e9ad8646
commit
8a0e22a5bb
1 changed files with 3 additions and 3 deletions
|
@ -223,10 +223,10 @@ plugin_init (GstPlugin * plugin)
|
|||
g_array_unref (decoders);
|
||||
}
|
||||
|
||||
if (gst_vaapi_display_has_video_processing (display)) {
|
||||
gst_element_register (plugin, "vaapipostproc",
|
||||
GST_RANK_PRIMARY, GST_TYPE_VAAPIPOSTPROC);
|
||||
gst_element_register (plugin, "vaapipostproc",
|
||||
GST_RANK_PRIMARY, GST_TYPE_VAAPIPOSTPROC);
|
||||
|
||||
if (gst_vaapi_display_has_video_processing (display)) {
|
||||
gst_element_register (plugin, "vaapidecodebin",
|
||||
GST_RANK_PRIMARY + 2, GST_TYPE_VAAPI_DECODE_BIN);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue