GNOME Bugzilla – Bug 612163
[gst-plugins-gl]new gl filter: gstglfilterreflectedscreen
Last modified: 2010-04-27 09:08:38 UTC
Created attachment 155541 [details] C code file A new filter using blending and stencil buffer. A screen show the video you use, and a reflecting surface support it.
Created attachment 155542 [details] header file
Created attachment 155543 [details] the Makefile.am new version
commit cd456d1d6a522d1996da4474df641eb7c5e3ee13 Author: Pierre Pouzol <pierre.pouzol@hotmail.fr> Date: Mon Apr 26 14:32:28 2010 +0200 glfilterreflectedscreen: add new OpenGL Reflected Screen filter Fixes bug #612163
commit 01ab7cae1d17b7f3e6a3045eb14d15fbe3d1ff70 Author: Pierre Pouzol <pierre.pouzol@hotmail.fr> Date: Mon Apr 26 14:41:17 2010 +0200 glfilterreflectedscreen: forgot to add sources
Created attachment 159667 [details] The last version of glfilterreflectedscreen.c, with new properties
Created attachment 159668 [details] The last version of glfilterreflectedscreen.h, corresponding to .c
ok
commit 5b57435862bbdc018463d742b908aafb2b882e90 Author: Pierre Pouzol <pierre.pouzol@hotmail.fr> Date: Tue Apr 27 11:07:04 2010 +0200 glfilterreflectedscreen: improve behavior and add some properties Fixes bug #612163