glmemory: remove spurious gst_video_info_align
That will be taken care of by the calling code (typically a bufferpool). The GstVideoAlignment is purely informational to compute plane data sizes.
This commit is contained in:
parent
29975746dc
commit
8fef381417
@ -648,8 +648,6 @@ _gl_mem_init (GstGLMemory * mem, GstAllocator * allocator, GstMemory * parent,
|
||||
else
|
||||
gst_video_alignment_reset (&mem->valign);
|
||||
|
||||
gst_video_info_align (&mem->info, &mem->valign);
|
||||
|
||||
maxsize = gst_gl_get_plane_data_size (info, valign, plane);
|
||||
|
||||
gst_memory_init (GST_MEMORY_CAST (mem), GST_MEMORY_FLAG_NO_SHARE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user