mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
cudacontext: Store texture alignment
it was missed in the previous refactoring Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3389>
This commit is contained in:
parent
950dad201d
commit
9c4c8c3932
1 changed files with 1 additions and 0 deletions
|
@ -554,6 +554,7 @@ gst_cuda_context_new_wrapped (CUcontext handler, CUdevice device)
|
|||
self = g_object_new (GST_TYPE_CUDA_CONTEXT, "cuda-device-id", device, NULL);
|
||||
self->priv->context = handler;
|
||||
self->priv->device = device;
|
||||
self->priv->tex_align = tex_align;
|
||||
gst_object_ref_sink (self);
|
||||
|
||||
#ifdef GST_CUDA_HAS_D3D
|
||||
|
|
Loading…
Reference in a new issue