summaryrefslogtreecommitdiffstats
path: root/sys/glsink/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2005-05-13sys/glsink/: Rewrite glimagesink from scratch. Lots more feature and bounds ↵David Schleef1-2/+4
checking. Implement GstXOverlay. Handl... Original commit message from CVS: * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: Rewrite glimagesink from scratch. Lots more feature and bounds checking. Implement GstXOverlay. Handles YUV if the GL_MESA_ycbcr_texture extension is available. Still has issues with resizing that kinda look like X bugs.
2004-08-09GL sink plugin. (Bug #147302)Gernot Ziegler1-7/+8
Original commit message from CVS: Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the GL sink plugin. (Bug #147302) * configure.ac: Test for OpenGL * sys/Makefile.am: Use test for OpenGL * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: rewrite * sys/glsink/glimagesink.h: rewrite
2003-10-28welcome to glsink for 0.7.x :)Gernot Ziegler1-0/+10
Original commit message from CVS: welcome to glsink for 0.7.x :)