gstreamer-vaapi: warn about project deprecation

Both at configuration for compilation and gst-inspect-1.0

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7771>
This commit is contained in:
Víctor Manuel Jáquez Leal 2024-10-28 17:39:32 +01:00 committed by GStreamer Marge Bot
parent cbf204e4ae
commit cb73cb57ab
2 changed files with 5 additions and 0 deletions

View file

@ -194,6 +194,9 @@ plugin_init (GstPlugin * plugin)
if (!gst_vaapi_driver_is_whitelisted (display))
goto unsupported_driver;
gst_plugin_add_status_warning (plugin,
"GStreamer VA-API is deprecated in favor of GstVA in gst-plugins-bad");
_gst_vaapi_has_video_processing =
gst_vaapi_display_has_video_processing (display);

View file

@ -217,6 +217,8 @@ subdir('gst')
subdir('tests')
subdir('docs')
warning ('GStreamer VA-API is deprecated in favor of GstVA in gst-plugins-bad')
# Set release date
if gst_version_nano == 0
extract_release_date = find_program('scripts/extract-release-date-from-doap-file.py')