mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 21:12:26 +00:00
[136/906] reindent gstgldisplay with gstreamer-c-mode
This commit is contained in:
parent
79bea07a77
commit
8c9cb5939e
2 changed files with 2144 additions and 2143 deletions
|
@ -970,6 +970,7 @@ gst_gl_display_thread_init_upload (GstGLDisplay *display)
|
|||
//color space conversion is needed
|
||||
{
|
||||
//check if fragment shader is available, then load them
|
||||
/* shouldn't we require ARB_shading_language_100? --Filippo */
|
||||
if (GLEW_ARB_fragment_shader)
|
||||
{
|
||||
g_print ("Context %d, ARB_fragment_shader supported: yes\n", display->glutWinId);
|
||||
|
|
Loading…
Reference in a new issue