mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
Bump library major version.
Bump the library major version due to API/ABI changes that occurred in the imaging API. In particular, GstVaapiDisplay interfaces no longer expose any GstCaps but provide GArray based ones e.g. to determine the set of supported decode/encode profiles.
This commit is contained in:
parent
6bf3c1863c
commit
ed302d091e
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ m4_append([gst_vaapi_version], gst_vaapi_pre_version, [.pre])
|
|||
])
|
||||
|
||||
# gstreamer-vaapi library (libtool) version number
|
||||
m4_define([gst_vaapi_lt_current], [4])
|
||||
m4_define([gst_vaapi_lt_current], [5])
|
||||
m4_define([gst0_vaapi_lt_current_bias], [0])
|
||||
m4_define([gst1_vaapi_lt_current_bias], [2])
|
||||
m4_define([gst2_vaapi_lt_current_bias], [4])
|
||||
m4_define([gst4_vaapi_lt_current_bias], [4])
|
||||
m4_define([gst4_vaapi_lt_current_bias], [5])
|
||||
m4_define([gst_vaapi_lt_revision], [0])
|
||||
m4_define([gst_vaapi_lt_age], [0])
|
||||
|
||||
|
|
Loading…
Reference in a new issue