mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
[086/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@498 93df14bb-0f41-7a43-8087-d3e2a2f0e464
This commit is contained in:
parent
4fb5b5bde1
commit
2c12b6f41e
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@ gst_gl_display_init (GstGLDisplay *display, GstGLDisplayClass *klass)
|
||||||
"void main(void) {\n"
|
"void main(void) {\n"
|
||||||
" float r,g,b,y,u,v;\n"
|
" float r,g,b,y,u,v;\n"
|
||||||
" vec2 nxy=gl_TexCoord[0].xy;\n"
|
" vec2 nxy=gl_TexCoord[0].xy;\n"
|
||||||
" y=texture2DRect(Ytex,nxy*0.5).r;\n"
|
" y=texture2DRect(Ytex,nxy*).r;\n"
|
||||||
" u=texture2DRect(Utex,nxy).r;\n"
|
" u=texture2DRect(Utex,nxy*0.5).r;\n"
|
||||||
" v=texture2DRect(Vtex,nxy*0.5).r;\n"
|
" v=texture2DRect(Vtex,nxy*0.5).r;\n"
|
||||||
" y=1.1643*(y-0.0625);\n"
|
" y=1.1643*(y-0.0625);\n"
|
||||||
" u=u-0.5;\n"
|
" u=u-0.5;\n"
|
||||||
|
|
Loading…
Reference in a new issue