From de5ba4b7f236db95ed8a8864174d1b74e01ef401 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Thu, 18 Sep 2008 21:13:37 +0200 Subject: [PATCH] [225/906] fix a regression that made the gltestsrc element not working --- gst-libs/gst/gl/gstgldisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstgldisplay.c b/gst-libs/gst/gl/gstgldisplay.c index 27d7310..72bc5aa 100644 --- a/gst-libs/gst/gl/gstgldisplay.c +++ b/gst-libs/gst/gl/gstgldisplay.c @@ -183,7 +183,7 @@ gst_gl_display_init (GstGLDisplay *display, GstGLDisplayClass *klass) display->upload_intex_v = 0; display->upload_width = 0; display->upload_height = 0; - display->upload_video_format = 0; + display->upload_video_format = GST_VIDEO_FORMAT_RGBx; display->upload_colorspace_conversion = GST_GL_DISPLAY_CONVERSION_MESA; display->upload_data_width = 0; display->upload_data_height = 0; -- 2.7.4