mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
compat: add compatibility glue with VA-API 0.34+ (WIP).
This commit is contained in:
parent
7277f0e220
commit
3b67533d3d
1 changed files with 5 additions and 0 deletions
|
@ -91,4 +91,9 @@ typedef struct _VASliceParameterBufferBase {
|
|||
#define vaAssociateSubpicture vaAssociateSubpicture2
|
||||
#endif
|
||||
|
||||
/* Compatibility glue with VA-API 0.34 */
|
||||
#if VA_CHECK_VERSION(0,34,0)
|
||||
# include <va/va_compat.h>
|
||||
#endif
|
||||
|
||||
#endif /* GST_VAAPI_COMPAT_H */
|
||||
|
|
Loading…
Reference in a new issue