mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
[225/906] fix a regression that made the gltestsrc element not working
This commit is contained in:
parent
a125004d82
commit
40cd0281a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue