mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
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:
parent
cbf204e4ae
commit
cb73cb57ab
2 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue