gstreamer/sys/glsink
David Schleef 3b15f24af0 sys/glsink/: Remove code that handles non-texture buffers. Add a
Original commit message from CVS:
* sys/glsink/BUGS:
* sys/glsink/Makefile.am:
* sys/glsink/gstglbuffer.c:
* sys/glsink/gstglbuffer.h:
* sys/glsink/gstglconvert.c:
* sys/glsink/gstgldisplay.c:
* sys/glsink/gstglfilter.c:
* sys/glsink/gstglfilter.h:
* sys/glsink/gstglfilterexample.c:
* sys/glsink/gstgltestsrc.c:
* sys/glsink/gstglupload.c:
* sys/glsink/gstopengl.c:
Remove code that handles non-texture buffers.  Add a
GstGLBufferFormat type that corresponds to how to use the
texture, not the original video format.  Convert gstflfilter.c
into a base class, add glfilterexample and glconvert elements.
* sys/glsink/color_matrix.c:
Minor ramblings about color conversion matrices.
2007-12-27 00:52:23 +00:00
..
BUGS sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
color_matrix.c sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
glextensions.c sys/glsink/: A careful read of the documentation reveals that I can't use renderbuffers as textures. Duh. Checkpoin... 2007-12-22 05:01:58 +00:00
glextensions.h sys/glsink/: A careful read of the documentation reveals that I can't use renderbuffers as textures. Duh. Checkpoin... 2007-12-22 05:01:58 +00:00
glimagesink.c sys/glsink/: Rewrite a bunch of code to use textures as the intermediate instead of renderbuffers. upload, download,... 2007-12-24 20:53:56 +00:00
glimagesink.h sys/glsink/: Rename glvideo.[ch] to gstgldisplay.[ch]. 2007-12-24 21:04:46 +00:00
gltestsrc.c sys/glsink/: Add gltestsrc element, a duplicate of videotestsrc that uses 2007-12-25 00:34:14 +00:00
gltestsrc.h sys/glsink/: Add gltestsrc element, a duplicate of videotestsrc that uses 2007-12-25 00:34:14 +00:00
gstglbuffer.c sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
gstglbuffer.h sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
gstglconvert.c sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
gstgldisplay.c sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
gstgldisplay.h sys/glsink/: Rename glvideo.[ch] to gstgldisplay.[ch]. 2007-12-24 21:04:46 +00:00
gstgldownload.c sys/glsink/: Add gltestsrc element, a duplicate of videotestsrc that uses 2007-12-25 00:34:14 +00:00
gstglfilter.c sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
gstglfilter.h sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
gstglfilterexample.c sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
gstgltestsrc.c sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
gstgltestsrc.h sys/glsink/: Add gltestsrc element, a duplicate of videotestsrc that uses 2007-12-25 00:34:14 +00:00
gstglupload.c sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
gstopengl.c sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00
Makefile.am sys/glsink/: Remove code that handles non-texture buffers. Add a 2007-12-27 00:52:23 +00:00