30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From c52e3c333b62e85a7a7f43b17aa9c63516b0f3f0 Mon Sep 17 00:00:00 2001
|
|
From: Hugues Fruchet <hugues.fruchet@foss.st.com>
|
|
Date: Thu, 26 Sep 2024 11:33:06 +0200
|
|
Subject: [PATCH 1/7] Revert "waylandsink: Fix rendering of unaligned content"
|
|
|
|
This reverts commit b51049be129e69ed347d36118751dbb6f8c1a36e.
|
|
|
|
Upstream-Status: Pending
|
|
---
|
|
gst-libs/gst/wayland/gstwllinuxdmabuf.c | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/gst-libs/gst/wayland/gstwllinuxdmabuf.c b/gst-libs/gst/wayland/gstwllinuxdmabuf.c
|
|
index 2fbe57e..deb5d32 100644
|
|
--- a/gst-libs/gst/wayland/gstwllinuxdmabuf.c
|
|
+++ b/gst-libs/gst/wayland/gstwllinuxdmabuf.c
|
|
@@ -154,9 +154,6 @@ gst_wl_linux_dmabuf_construct_wl_buffer (GstBuffer * buf,
|
|
}
|
|
}
|
|
|
|
- //FIXME, otherwise stride effect with non 16-pixels aligned videos
|
|
- width = GST_ROUND_UP_16(width);
|
|
-
|
|
/* Request buffer creation */
|
|
zwp_linux_buffer_params_v1_add_listener (params, ¶ms_listener, &data);
|
|
zwp_linux_buffer_params_v1_create (params, width, height, format, flags);
|
|
--
|
|
2.25.1
|
|
|