[packages/cogl] - one more part
qboosh
qboosh at pld-linux.org
Mon May 25 21:45:58 CEST 2026
commit dc72d87534eb5f96b1bf6ae219dfb6124330f132
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon May 25 21:46:04 2026 +0200
- one more part
cogl-uninitialized.patch | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
---
diff --git a/cogl-uninitialized.patch b/cogl-uninitialized.patch
index d6f9ef3..e48f4b9 100644
--- a/cogl-uninitialized.patch
+++ b/cogl-uninitialized.patch
@@ -8,3 +8,23 @@
_cogl_pipeline_foreach_layer_internal (pipeline,
update_prune_layers_info_cb,
&state);
+--- cogl-1.22.8/cogl-gst/cogl-gst-video-sink.c.orig 2020-06-04 13:57:11.000000000 +0200
++++ cogl-1.22.8/cogl-gst/cogl-gst-video-sink.c 2026-05-25 21:41:54.265269210 +0200
+@@ -1723,7 +1723,7 @@ cogl_gst_video_sink_get_natural_size (Co
+ float
+ cogl_gst_video_sink_get_natural_width (CoglGstVideoSink *vt)
+ {
+- float width;
++ float width = 0.;
+ cogl_gst_video_sink_get_natural_size (vt, &width, NULL);
+ return width;
+ }
+@@ -1731,7 +1731,7 @@ cogl_gst_video_sink_get_natural_width (C
+ float
+ cogl_gst_video_sink_get_natural_height (CoglGstVideoSink *vt)
+ {
+- float height;
++ float height = 0.;
+ cogl_gst_video_sink_get_natural_size (vt, NULL, &height);
+ return height;
+ }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cogl.git/commitdiff/dc72d87534eb5f96b1bf6ae219dfb6124330f132
More information about the pld-cvs-commit
mailing list