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:
Seungha Yang 2022-11-10 20:47:44 +09:00 committed by GStreamer Marge Bot
parent 950dad201d
commit 9c4c8c3932

View file

@ -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