mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
Revert "vaapivideomemory: Store surface allocation flags."
This reverts commitdd428cc4a1
because it rewrites the buffer size whilst surface allocation flags are stored when allocator_params_init() is called sincefab890ce
. Fix: #239
This commit is contained in:
parent
fab890ceb5
commit
164656ee1d
1 changed files with 0 additions and 3 deletions
|
@ -992,9 +992,6 @@ gst_vaapi_video_allocator_new (GstVaapiDisplay * display,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
gst_allocator_set_vaapi_video_info (GST_ALLOCATOR_CAST (allocator),
|
||||
alloc_info, surface_alloc_flags);
|
||||
|
||||
return GST_ALLOCATOR_CAST (allocator);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue