From f79cad55e2a9b7c5057318aa04362bb4277e009a Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 28 Jul 2015 08:59:24 -0400 Subject: [PATCH] glupload: Add fixme about using bufferpool for raw http://bugzilla.gnome.org/show_bug.cgi?id=752937 --- gst-libs/gst/gl/gstglupload.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/gstglupload.c b/gst-libs/gst/gl/gstglupload.c index 3e2d28edee..ff4b24ad9d 100644 --- a/gst-libs/gst/gl/gstglupload.c +++ b/gst-libs/gst/gl/gstglupload.c @@ -812,6 +812,7 @@ _raw_data_upload_perform (gpointer impl, GstBuffer * buffer, &raw->upload->priv->in_info, NULL, raw->in_frame->frame.data, in_tex, raw->in_frame, (GDestroyNotify) _raw_upload_frame_unref); + /* FIXME Use a buffer pool to cache the generated textures */ *outbuf = gst_buffer_new (); for (i = 0; i < max_planes; i++) { _raw_upload_frame_ref (raw->in_frame);