[225/906] fix a regression that made the gltestsrc element not working

This commit is contained in:
Julien Isorce 2008-09-18 21:13:37 +02:00 committed by Matthew Waters
parent 9b18be0019
commit de5ba4b7f2

View file

@ -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;