Skip to content

video: remove spurious gst_caps_make_writable()

In gst_video_info_dma_drm_to_caps() the caps are newly created, so there's no need for make it writable. In gst_video_info_dma_drm_from_caps() a copy of the caps is done, which implies a gst_caps_make_writable().

Merge request reports