After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612163 - [gst-plugins-gl]new gl filter: gstglfilterreflectedscreen
[gst-plugins-gl]new gl filter: gstglfilterreflectedscreen
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
0.10.1
Other All
: Normal enhancement
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-08 10:11 UTC by POUZOL Pierre
Modified: 2010-04-27 09:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C code file (11.01 KB, text/x-csrc)
2010-03-08 10:11 UTC, POUZOL Pierre
Details
header file (2.20 KB, text/x-chdr)
2010-03-08 10:11 UTC, POUZOL Pierre
Details
the Makefile.am new version (1.98 KB, application/octet-stream)
2010-03-08 10:12 UTC, POUZOL Pierre
Details
The last version of glfilterreflectedscreen.c, with new properties (17.71 KB, text/x-csrc)
2010-04-27 07:24 UTC, POUZOL Pierre
Details
The last version of glfilterreflectedscreen.h, corresponding to .c (2.29 KB, text/x-chdr)
2010-04-27 07:26 UTC, POUZOL Pierre
Details

Description POUZOL Pierre 2010-03-08 10:11:22 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.
Comment 1 POUZOL Pierre 2010-03-08 10:11:46 UTC
Created attachment 155542 [details]
header file
Comment 2 POUZOL Pierre 2010-03-08 10:12:35 UTC
Created attachment 155543 [details]
the Makefile.am new version
Comment 3 Julien Isorce 2010-04-26 12:36:32 UTC
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
Comment 4 Julien Isorce 2010-04-26 12:42:21 UTC
commit 01ab7cae1d17b7f3e6a3045eb14d15fbe3d1ff70                                                                          
Author: Pierre Pouzol <pierre.pouzol@hotmail.fr>                                                                         
Date:   Mon Apr 26 14:41:17 2010 +0200                                                                                   

    glfilterreflectedscreen: forgot to add sources
Comment 5 POUZOL Pierre 2010-04-27 07:24:55 UTC
Created attachment 159667 [details]
The last version of glfilterreflectedscreen.c, with new properties
Comment 6 POUZOL Pierre 2010-04-27 07:26:05 UTC
Created attachment 159668 [details]
The last version of glfilterreflectedscreen.h, corresponding to .c
Comment 7 Julien Isorce 2010-04-27 08:13:53 UTC
ok
Comment 8 Julien Isorce 2010-04-27 09:08:38 UTC
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